summarylogtreecommitdiffstats
path: root/sipbin_fix.patch
diff options
context:
space:
mode:
authorjose17112019-02-13 13:41:53 +0100
committerjose17112019-02-13 13:41:53 +0100
commitfb26bfba20657456e3a88ac7bb878ca11d56477f (patch)
treeee70a9dae3dd31ec106a9ccd269845b7a4e8c72b /sipbin_fix.patch
parentc800dba419a85c7420c292975447fa813a40ab23 (diff)
downloadaur-pyqt3.tar.gz
Fix build - rely on older sip version
Diffstat (limited to 'sipbin_fix.patch')
-rw-r--r--sipbin_fix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sipbin_fix.patch b/sipbin_fix.patch
new file mode 100644
index 000000000000..2732caf32b42
--- /dev/null
+++ b/sipbin_fix.patch
@@ -0,0 +1,22 @@
+diff -aur src.orig/PyQt-x11-gpl-3.18.1/build.py src/PyQt-x11-gpl-3.18.1/build.py
+--- src.orig/PyQt-x11-gpl-3.18.1/build.py 2019-02-13 11:52:42.295669716 +0100
++++ src/PyQt-x11-gpl-3.18.1/build.py 2019-02-13 11:52:57.308916413 +0100
+@@ -42,6 +42,7 @@
+ sys.exit(1)
+
+ config = sipconfig.SIPConfig("PyQt 3.18.1")
++config.sip_bin = '/usr/bin/sip418'
+
+
+ # Initialise the globals.
+diff -aur src.orig/PyQt-x11-gpl-3.18.1/configure.py src/PyQt-x11-gpl-3.18.1/configure.py
+--- src.orig/PyQt-x11-gpl-3.18.1/configure.py 2019-02-13 11:52:42.295669716 +0100
++++ src/PyQt-x11-gpl-3.18.1/configure.py 2019-02-13 11:53:09.368846036 +0100
+@@ -67,6 +67,7 @@
+
+ # Get the SIP configuration.
+ sipcfg = sipconfig.Configuration()
++sipcfg.sip_bin = '/usr/bin/sip418'
+
+ # Command line options.
+ opt_qtlib = None