wok diff blender/receipt @ rev 20440

Up lvm2 (2.02.181)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 11:00:53 2018 +0200 (2018-09-11)
parents 3705d68ed8f3
children 44a17a1f5aaf
line diff
     1.1 --- a/blender/receipt	Sat Feb 24 12:51:10 2018 +0100
     1.2 +++ b/blender/receipt	Tue Sep 11 11:00:53 2018 +0200
     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"