# HG changeset patch # User Pascal Bellard # Date 1519477421 -3600 # Node ID 77e92b628f392c2cb4efc82f4d3c20eee5be273c # Parent 3705d68ed8f3729e5f69d343f2efff2602eef5b2 blender: force host arch to i486 diff -r 3705d68ed8f3 -r 77e92b628f39 blender/receipt --- a/blender/receipt Sat Feb 24 12:51:10 2018 +0100 +++ b/blender/receipt Sat Feb 24 14:03:41 2018 +0100 @@ -26,6 +26,7 @@ # Rules to configure and make the package. compile_rules() { + sed -i 's|uname -m|echo i486|' GNUmakefile mkdir -p $WOK/$PACKAGE/source/build cd $WOK/$PACKAGE/source/build cmake $src \ @@ -42,7 +43,6 @@ -DPYTHON_LIBRARY:STRING=python3.4m \ -DPYTHON_INCLUDE_DIRS:STRING=/usr/include/python3.4m # build - sed -i 's|uname -m|echo i486|' GNUmakefile make $MAKEFLAGS make DESTDIR=$DESTDIR install python3 -m compileall "$DESTDIR/usr/share/blender"