summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-05-21 03:02:33 +0200
committer Willy Sudiarto Raharjo2024-05-21 03:02:33 +0200
commit0a304ec27c1e96fb6ba071570da7acc5c7a6c886 (patch)
treeb4ec1518efe4bef82d910cca85307bf21d5612c9 /libraries
parent9b7187bc985dcde3fc9d92fbc2a7025f495a7af4 (diff)
downloadslackbuilds-0a304ec27c1e96fb6ba071570da7acc5c7a6c886.tar.gz
libraries/wxPython: Fix build for current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/wxPython/wxPython.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/wxPython/wxPython.SlackBuild b/libraries/wxPython/wxPython.SlackBuild
index a5ef7f01be..781371e9e8 100644
--- a/libraries/wxPython/wxPython.SlackBuild
+++ b/libraries/wxPython/wxPython.SlackBuild
@@ -118,7 +118,7 @@ make -C contrib/src/ogl install DESTDIR=$PKG
make -C contrib/src/stc install DESTDIR=$PKG
cd wxPython
- python setup.py \
+ python2 setup.py \
WXPORT=gtk2 \
UNICODE=1 \
EP_ADD_OPTS=1 \
@@ -130,7 +130,7 @@ cd wxPython
--rpath=/usr/lib$LIBDIRSUFFIX \
build
- python setup.py \
+ python2 setup.py \
WXPORT=gtk2 \
UNICODE=1 \
EP_ADD_OPTS=1 \