summaryrefslogtreecommitdiff
path: root/extra/pyqt/fix-qthelp-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyqt/fix-qthelp-build.patch')
-rw-r--r--extra/pyqt/fix-qthelp-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/pyqt/fix-qthelp-build.patch b/extra/pyqt/fix-qthelp-build.patch
new file mode 100644
index 000000000..cd565e646
--- /dev/null
+++ b/extra/pyqt/fix-qthelp-build.patch
@@ -0,0 +1,11 @@
+--- PyQt-x11-gpl-4.9/configure.py~ 2011-12-23 14:53:07.981490550 +0100
++++ PyQt-x11-gpl-4.9/configure.py 2011-12-23 14:52:38.384984221 +0100
+@@ -1264,7 +1264,7 @@
+ opengl = (mname == "QtOpenGL")
+
+ qt = [mname]
+- if mname in ("QtOpenGL", "QtWebKit"):
++ if mname in ("QtHelp", "QtOpenGL", "QtWebKit"):
+ qt.append("QtCore")
+
+ makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,