summaryrefslogtreecommitdiffstats
path: root/kde/patch/pykde4.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-13 11:45:26 +0100
committer Eric Hameleers <alien@slackware.com>2017-02-13 11:45:26 +0100
commit9c440ecbacae4f5377a2c4733b2d08eb92e23cf9 (patch)
tree6b9ec3f14ba0371f2b076144486850c8bed8a6a0 /kde/patch/pykde4.patch
parent934ceeb00964cb4fec8632497f744a633434a1a4 (diff)
downloadktown-9c440ecbacae4f5377a2c4733b2d08eb92e23cf9.tar.gz
ktown-9c440ecbacae4f5377a2c4733b2d08eb92e23cf9.tar.xz
KDE 5_17.01: a batch of packages had to be rebuilt for Slackware-current.
Diffstat (limited to 'kde/patch/pykde4.patch')
-rw-r--r--kde/patch/pykde4.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde/patch/pykde4.patch b/kde/patch/pykde4.patch
new file mode 100644
index 0000000..48073d4
--- /dev/null
+++ b/kde/patch/pykde4.patch
@@ -0,0 +1,5 @@
+# Fix compilation against sip-4.19:
+cat $CWD/patch/pykde4/0001-use-LIB_PYTHON-realpath.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+cat $CWD/patch/pykde4/0002-Add-some-missing-link-libraries.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+cat $CWD/patch/pykde4/0003-Fix-build-with-sip-4.19.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+