wok rev 20213

blender: force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 14:03:41 2018 +0100 (2018-02-24)
parents 3705d68ed8f3
children 238f49914432
files blender/receipt
line diff
     1.1 --- a/blender/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.2 +++ b/blender/receipt	Sat Feb 24 14:03:41 2018 +0100
     1.3 @@ -26,6 +26,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|' GNUmakefile
     1.8  	mkdir -p $WOK/$PACKAGE/source/build
     1.9  	cd $WOK/$PACKAGE/source/build
    1.10  	cmake $src \
    1.11 @@ -42,7 +43,6 @@
    1.12  		-DPYTHON_LIBRARY:STRING=python3.4m \
    1.13  		-DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.4m
    1.14  	# build
    1.15 -	sed -i 's|uname -m|echo i486|' GNUmakefile
    1.16  	make $MAKEFLAGS
    1.17  	make DESTDIR=$DESTDIR install
    1.18  	python3 -m compileall "$DESTDIR/usr/share/blender"