Ticket #53438: patch-python.2.diff
File patch-python.2.diff, 1.2 KB (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-plugins38 waf serd - -static --no-shared --no-utils39 waf sord - -static --no-shared --no-utils40 waf sratom - -static --no-shared41 waf lilv - -static --no-shared --no-utils42 waf suil - -static --no-shared --no-qt37 waf lv2 -vvv --no-plugins 38 waf serd -vvv --static --no-shared --no-utils 39 waf sord -vvv --static --no-shared --no-utils 40 waf sratom -vvv --static --no-shared 41 waf lilv -vvv --static --no-shared --no-utils 42 waf suil -vvv --static --no-shared --no-qt 43 43 44 44 exit 0 -
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" ]