PKGBUILDs/extra/pyqt/fix-qthelp-build.patch

12 lines
430 B
Diff
Raw Normal View History

2012-02-15 15:32:22 +00:00
--- 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 @@
2011-12-24 06:28:57 +00:00
opengl = (mname == "QtOpenGL")
2012-02-15 15:32:22 +00:00
2011-12-24 06:28:57 +00:00
qt = [mname]
- if mname in ("QtOpenGL", "QtWebKit"):
+ if mname in ("QtHelp", "QtOpenGL", "QtWebKit"):
qt.append("QtCore")
2012-02-15 15:32:22 +00:00
2011-12-24 06:28:57 +00:00
makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,