wok diff blender/receipt @ rev 20212

Force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 12:51:10 2018 +0100 (2018-02-24)
parents 0a865d294d62
children 77e92b628f39
line diff
     1.1 --- a/blender/receipt	Thu Mar 02 15:45:44 2017 +0100
     1.2 +++ b/blender/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.3 @@ -42,6 +42,7 @@
     1.4  		-DPYTHON_LIBRARY:STRING=python3.4m \
     1.5  		-DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.4m
     1.6  	# build
     1.7 +	sed -i 's|uname -m|echo i486|' GNUmakefile
     1.8  	make $MAKEFLAGS
     1.9  	make DESTDIR=$DESTDIR install
    1.10  	python3 -m compileall "$DESTDIR/usr/share/blender"