summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-04-24 18:38:05 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-04-24 18:38:05 +0100
commite2c21dd03e415d99a336b21341b78842d39e39f5 (patch)
tree4003eb053bfa2c8a1327ec5beb693f1e8290f7b6 /vars
parentd7a78367b56fa537e91499e23a869f2121f3f84d (diff)
downloadmidipix_build-e2c21dd03e415d99a336b21341b78842d39e39f5.tar.bz2
midipix_build-e2c21dd03e415d99a336b21341b78842d39e39f5.tar.xz
vars/python3_host.vars: explicitly disable `ossaudiodev' module given presence of oss4-dev host package (via JL2210.)
Diffstat (limited to 'vars')
-rw-r--r--vars/python3_host.vars3
1 files changed, 3 insertions, 0 deletions
diff --git a/vars/python3_host.vars b/vars/python3_host.vars
index 014f0184..547d40f6 100644
--- a/vars/python3_host.vars
+++ b/vars/python3_host.vars
@@ -13,6 +13,9 @@ cfgtest_ldflags_append "-L$mb_prefix/lib"' "../sbpython3/project/config/cfgdefs.
|| ! sed -i"" '/^PYCOMPILE_CFLAGS.*+= -std=c99/a\
PYCOMPILE_CFLAGS += -I'"${PREFIX}"'/include
' "../sbpython3/project/pycompile.mk"\
+ || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython3/project/variants/3.6.3/pyexts.mk\
+ || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython3/project/variants/3.7.1/pyexts.mk\
+ || ! sed -i"" '/^PYEXT_OSSAUDIODEV_SHARED/s/^/#/' ../sbpython3/project/variants/3.7.2/pyexts.mk\
|| ! ex_pkg_state_set "${PKG_NAME}" "fetch_download" "-fetch_extract"; then
return 1;
fi;