summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-20 17:55:22 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-20 17:55:22 +0000
commit05004f36c543728c1ff26b5124f90f3c10fce438 (patch)
tree7c4426effe9eac41f6f1357da8518c3156b6a72d
parentc61531047455b47fed7871991de2ca86b234c854 (diff)
downloadasb-05004f36c543728c1ff26b5124f90f3c10fce438.tar.gz
asb-05004f36c543728c1ff26b5124f90f3c10fce438.tar.xz
wxpython: remove wxGTK3 as external dependency. When built against wxGTK, the resulting Python shared library would have an unresolved symbol.
-rwxr-xr-xwxpython/build/wxpython.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/wxpython/build/wxpython.SlackBuild b/wxpython/build/wxpython.SlackBuild
index 387f4dd2..e452f91c 100755
--- a/wxpython/build/wxpython.SlackBuild
+++ b/wxpython/build/wxpython.SlackBuild
@@ -29,7 +29,7 @@
# Descr: cross-platform GUI toolkit
# URL: https://www.wxpython.org
# Build needs:
-# Needs: python-attrdict, wxGTK3
+# Needs: python-attrdict
# Changelog:
# 4.0.7-1: 28/Jan/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -163,11 +163,8 @@ chown -R root:root .
chmod -R u+w,go+r-w,a+rX-st .
echo Building ...
-export WX_CONFIG="/usr/bin/wx-config-gtk3"
-
LDFLAGS="$SLKLDFLAGS" \
python3 build.py build --release \
- --use_syswx \
2>&1 | tee $OUTPUT/make-${PRGNAM}.log
LDFLAGS="$SLKLDFLAGS" \
python3 setup.py install --root=$PKG \