]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pyQt/patches/PyQt-x11-gpl-4.7.2-fix-implicit-linking.patch
pyQt: Fix build error.
[people/ms/ipfire-3.x.git] / pyQt / patches / PyQt-x11-gpl-4.7.2-fix-implicit-linking.patch
1 diff -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,