wok rev 20214

Force host arch to i486 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 15:49:51 2018 +0100 (2018-02-24)
parents 77e92b628f39
children a5dd38784e31
files libgtop/receipt mupen64plus/receipt prelink/receipt qemu/receipt retawq/receipt spidermonkey/receipt virtualbox-ose/receipt
line diff
     1.1 --- a/libgtop/receipt	Sat Feb 24 14:03:41 2018 +0100
     1.2 +++ b/libgtop/receipt	Sat Feb 24 15:49:51 2018 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	sed -i 's|uname -m|echo i486|' src/Makefile src/daemon/Makefile*
     1.8 +	sed -i 's|uname -m|echo i486|' src/Makefile* src/daemon/Makefile*
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		$CONFIGURE_ARGS &&
     2.1 --- a/mupen64plus/receipt	Sat Feb 24 14:03:41 2018 +0100
     2.2 +++ b/mupen64plus/receipt	Sat Feb 24 15:49:51 2018 +0100
     2.3 @@ -19,7 +19,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	find $src -name Makefile \; | xargs sed -i 's|uname -m|echo i486|'
     2.8 +	find $src -name Makefile | xargs sed -i 's|uname -m|echo i486|'
     2.9  	export PREFIX=/usr DESTDIR=$install
    2.10  	./m64p_build.sh &&
    2.11  	./m64p_install.sh
     3.1 --- a/prelink/receipt	Sat Feb 24 14:03:41 2018 +0100
     3.2 +++ b/prelink/receipt	Sat Feb 24 15:49:51 2018 +0100
     3.3 @@ -16,7 +16,7 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 -	sed -i 's|uname -m|echo i486|' testsuite/Makefile
     3.8 +	sed -i 's|uname -m|echo i486|' testsuite/Makefile* config*
     3.9  	sed -i 's/^LIBS.*/& -lpthread/' src/Makefile*
    3.10  	./configure $CONFIGURE_ARGS && make && make install
    3.11  }
     4.1 --- a/qemu/receipt	Sat Feb 24 14:03:41 2018 +0100
     4.2 +++ b/qemu/receipt	Sat Feb 24 15:49:51 2018 +0100
     4.3 @@ -17,7 +17,7 @@
     4.4  attr util-linux-uuid libgio glib libusb"
     4.5  BUILD_DEPENDS="gettext perl alsa-lib-dev gnutls-dev libsdl-dev bluez-dev \
     4.6  libtasn1-dev vde2-dev curl-dev attr-dev util-linux-uuid-dev libgio-dev \
     4.7 -glib-dev autoconf automake libtool bison flex libusb-dev ncurses-dev"
     4.8 +glib-dev autoconf automake libtool bison flex libusb-dev ncurses-dev file"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
     5.1 --- a/retawq/receipt	Sat Feb 24 14:03:41 2018 +0100
     5.2 +++ b/retawq/receipt	Sat Feb 24 15:49:51 2018 +0100
     5.3 @@ -18,7 +18,6 @@
     5.4  # Rules to configure and make the package.
     5.5  compile_rules()
     5.6  {
     5.7 -	sed -i 's|uname -m|echo i486|' Makefile-classical
     5.8  	export LDFLAGS="-ltinfo"
     5.9  	# We have no locale support on ARM actually
    5.10  	case "$ARCH" in
     6.1 --- a/spidermonkey/receipt	Sat Feb 24 14:03:41 2018 +0100
     6.2 +++ b/spidermonkey/receipt	Sat Feb 24 15:49:51 2018 +0100
     6.3 @@ -19,7 +19,7 @@
     6.4  compile_rules()
     6.5  {
     6.6  	cd $src/src
     6.7 -	sed -i 's|uname -m|echo i486|' fdlibm/Makefile.in
     6.8 +	sed -i 's|uname -m|echo i486|' fdlibm/Makefile.in config/*.mk config.mk
     6.9  
    6.10  	# Fix from Archlinux
    6.11  	# http://projects.archlinux.org/svntogit/community.git/tree/spidermonkey/trunk/PKGBUILD
     7.1 --- a/virtualbox-ose/receipt	Sat Feb 24 14:03:41 2018 +0100
     7.2 +++ b/virtualbox-ose/receipt	Sat Feb 24 15:49:51 2018 +0100
     7.3 @@ -26,7 +26,7 @@
     7.4  # Rules to configure and make the package.
     7.5  compile_rules()
     7.6  {
     7.7 -	find $src -name '*akefile*' \; | xargs sed -i 's|uname -m|echo i486|'
     7.8 +	find $src -name '*akefile*' | xargs sed -i 's|uname -m|echo i486|'
     7.9  	cp $stuff/LocalConfig.kmk .
    7.10  	./configure \
    7.11  		--disable-pulse \