diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-07-10 19:49:01 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-07-10 23:50:51 +0200 |
commit | f677c423be6e3e0c27dfa94d349296740b9ea555 (patch) | |
tree | f33fbfa244f3d1d83ad435f5d185704fcb057475 /351.python3.vars | |
parent | 990c25dd89aab1638ac39e4ad1962d63fdd63e87 (diff) | |
download | midipix_build-f677c423be6e3e0c27dfa94d349296740b9ea555.tar.bz2 midipix_build-f677c423be6e3e0c27dfa94d349296740b9ea555.tar.xz |
Adds inputproto v2.3.2, kbproto v1.0.7, xcb v1.12, xcb-proto v1.12, xextproto v7.3.0, xproto v7.0.29, xtrans v1.1, libpthread-stubs v0.3, libX11 v1.6.3, and libXau v1.0.8.
Diffstat (limited to '351.python3.vars')
-rw-r--r-- | 351.python3.vars | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/351.python3.vars b/351.python3.vars deleted file mode 100644 index 9cdc016f..00000000 --- a/351.python3.vars +++ /dev/null @@ -1,17 +0,0 @@ -# -# . ./build.vars and set -o errexit -o noglob are assumed. -# - -pkg_python3_configure_pre() { - (cd ../${PKG_SUBDIR} && autoconf); - (unset AR BLDSHARED CC CFLAGS CPPFLAGS LDFLAGS RANLIB; - mv -- config.cache ../${PKG_SUBDIR}/config.cache; - ../${PKG_SUBDIR}/configure; - make _FIP=Programs/host_freeze_importlib Programs/host_freeze_importlib \ - BUILDPYTHON=hostpython hostpython \ - PGEN=Parser/hostpgen Parser/hostpgen; - make distclean); - mv -- ../${PKG_SUBDIR}/config.cache .; -}; - -# vim:filetype=sh |