summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2018-01-08 10:19:21 +0100
committer Matteo Bernardini2018-06-09 08:42:15 +0200
commita214e1584abb24f3ac84d2d640e1604dd601a376 (patch)
tree25db8114f00751b2cb6cad620f1afd09907fe928
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-python3-PyQt5.tar.gz
libraries/python3-PyQt5: Fix pointers to current's sip.python3-PyQt5
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--libraries/python3-PyQt5/python3-PyQt5.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/python3-PyQt5/python3-PyQt5.SlackBuild b/libraries/python3-PyQt5/python3-PyQt5.SlackBuild
index 759fbffc7b..c35cca54d4 100644
--- a/libraries/python3-PyQt5/python3-PyQt5.SlackBuild
+++ b/libraries/python3-PyQt5/python3-PyQt5.SlackBuild
@@ -93,8 +93,8 @@ python3 configure.py \
--confirm-license \
--verbose \
-q /usr/bin/qmake-qt5 \
- --sip=/usr/bin/python3-sip \
- --sip-incdir=/usr/include/python$PYTHONVER
+ --sip=/usr/bin/sip3 \
+ --sip-incdir=/usr/include/python${PYTHONVER}m
make
make install DESTDIR=$PKG INSTALL_ROOT=$PKG