summaryrefslogtreecommitdiffstats
path: root/deps/sip/sip.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-02-21 00:18:34 +0100
committer Eric Hameleers <alien@slackware.com>2019-02-21 00:18:34 +0100
commit35231fe5b5b2d3343f6e4193acad800cfb7c48b4 (patch)
treeded6ca7848d77739d7acf77b392997da1bff98b3 /deps/sip/sip.SlackBuild
parentca12c76aebfa3f071eae915b0578b58500c89948 (diff)
downloadktown-35231fe5b5b2d3343f6e4193acad800cfb7c48b4.tar.gz
ktown-35231fe5b5b2d3343f6e4193acad800cfb7c48b4.tar.xz
Make PyQt4 and QScintilla compile again
Diffstat (limited to 'deps/sip/sip.SlackBuild')
-rwxr-xr-xdeps/sip/sip.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild
index cda5235..38e620a 100755
--- a/deps/sip/sip.SlackBuild
+++ b/deps/sip/sip.SlackBuild
@@ -27,7 +27,7 @@
PKGNAM=sip
VERSION=${VERSION:-4.19.14}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -70,6 +70,10 @@ cd $TMP
rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
cd $PKGNAM-$VERSION || exit 1
+
+# Get PyQt4 to compile:
+cat $CWD/patches/PyQt4_sip_regression.patch | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \