wok diff libjpeg62/receipt @ rev 23495

updated python-humanize (0.5.1 -> 1.0.0)
author Hans-G?nter Theisgen
date Mon Apr 06 07:04:00 2020 +0100 (2020-04-06)
parents b206aa4371e3
children df63c4ce07f8
line diff
     1.1 --- a/libjpeg62/receipt	Thu Dec 13 13:51:58 2018 +0100
     1.2 +++ b/libjpeg62/receipt	Mon Apr 06 07:04:00 2020 +0100
     1.3 @@ -14,12 +14,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|uname -m|echo i686|' config.guess
     1.8  	./configure --enable-shared --prefix=/usr \
     1.9 -		--host=i686-pc-linux-gnu \
    1.10 -		--build=i686-pc-linux-gnu \
    1.11 -		--target=i686-pc-linux-gnu \
    1.12  		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.13 -	make -j 1
    1.14 +	make
    1.15  }
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.