Ticket #53438: patch-python.diff

File patch-python.diff, 879 bytes (added by RJVB (René Bertin), 7 years ago)
  • lib-src/lv2/build

    a b function waf 
    1616   pkg=$1
    1717   pushd >/dev/null ${pkg}
    1818   shift
    19    $(which python python2 | tail -1) waf --prefix="." --include="." $@ build || exit 1
     19   @@PYTHON@@ waf --prefix="." --include="." $@ build || exit 1
    2020   popd >/dev/null
    2121
    2222   . .buildvars
    function waf 
    3434
    3535[ -e liblv2.a ] && exit 0
    3636
    37 waf lv2    --no-plugins
     37waf lv2    -vvv --no-plugins
    3838waf serd   --static --no-shared --no-utils
    3939waf sord   --static --no-shared --no-utils
    4040waf sratom --static --no-shared
  • lib-src/lv2/configure

    a b function waf 
    3131      fi
    3232   done
    3333
    34    $(which python python2 | tail -1) waf --prefix="." --include="." $@ configure || exit 1
     34   @@PYTHON@@ waf --prefix="." --include="." $@ configure || exit 1
    3535   popd >/dev/null
    3636
    3737   if [ "${pkg}" == "lv2" ]