Ticket #53438: patch-python.diff
File patch-python.diff, 879 bytes (added by RJVB (René Bertin), 8 years ago) |
---|
-
lib-src/lv2/build
a b function waf 16 16 pkg=$1 17 17 pushd >/dev/null ${pkg} 18 18 shift 19 $(which python python2 | tail -1)waf --prefix="." --include="." $@ build || exit 119 @@PYTHON@@ waf --prefix="." --include="." $@ build || exit 1 20 20 popd >/dev/null 21 21 22 22 . .buildvars … … function waf 34 34 35 35 [ -e liblv2.a ] && exit 0 36 36 37 waf lv2 - -no-plugins37 waf lv2 -vvv --no-plugins 38 38 waf serd --static --no-shared --no-utils 39 39 waf sord --static --no-shared --no-utils 40 40 waf sratom --static --no-shared -
lib-src/lv2/configure
a b function waf 31 31 fi 32 32 done 33 33 34 $(which python python2 | tail -1)waf --prefix="." --include="." $@ configure || exit 134 @@PYTHON@@ waf --prefix="." --include="." $@ configure || exit 1 35 35 popd >/dev/null 36 36 37 37 if [ "${pkg}" == "lv2" ]