]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pyQt/patches/PyQt-x11-gpl-4.7.2-fix-implicit-linking.patch
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / pyQt / patches / PyQt-x11-gpl-4.7.2-fix-implicit-linking.patch
CommitLineData
fe1cf40d
MT
1diff -up PyQt-x11-gpl-4.7.2/configure.py.fix-implicit-linking PyQt-x11-gpl-4.7.2/configure.py
2--- PyQt-x11-gpl-4.7.2/configure.py.fix-implicit-linking 2010-03-18 07:08:13.000000000 -0500
3+++ PyQt-x11-gpl-4.7.2/configure.py 2010-03-18 07:09:46.157734414 -0500
4@@ -1173,7 +1173,7 @@ def compile_qt_program(name, mname, extr
5 opengl = (mname == "QtOpenGL")
6
7 qt = [mname]
8- if mname in ("QtOpenGL", "QtWebKit"):
9+ if mname in ("QtOpenGL", "QtWebKit", "QtAssistant", "QtHelp"):
10 qt.append("QtCore")
11
12 makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,