summaryrefslogtreecommitdiff
path: root/testing/pyqt/fix-qthelp-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pyqt/fix-qthelp-build.patch')
-rw-r--r--testing/pyqt/fix-qthelp-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/pyqt/fix-qthelp-build.patch b/testing/pyqt/fix-qthelp-build.patch
new file mode 100644
index 000000000..6055f9f35
--- /dev/null
+++ b/testing/pyqt/fix-qthelp-build.patch
@@ -0,0 +1,11 @@
+--- PyQt-x11-gpl-4.9.1/configure.py~ 2012-02-13 20:16:11.418786488 +0000
++++ PyQt-x11-gpl-4.9.1/configure.py 2012-02-13 20:16:50.561809527 +0000
+@@ -1261,7 +1261,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,