Ticket #53438: patch-python.2.diff

File patch-python.2.diff, 1.2 KB (added by RJVB (René Bertin), 7 years ago)

truly, really, completely verbose lv2 build ...

  • 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
    38 waf serd   --static --no-shared --no-utils
    39 waf sord   --static --no-shared --no-utils
    40 waf sratom --static --no-shared
    41 waf lilv   --static --no-shared --no-utils
    42 waf suil   --static --no-shared --no-qt
     37waf lv2    -vvv --no-plugins
     38waf serd   -vvv --static --no-shared --no-utils
     39waf sord   -vvv --static --no-shared --no-utils
     40waf sratom -vvv --static --no-shared
     41waf lilv   -vvv --static --no-shared --no-utils
     42waf suil   -vvv --static --no-shared --no-qt
    4343
    4444exit 0
  • 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" ]