]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - pkgs/pyQt/patches/PyQt-x11-gpl-4.5.2-QT_SHARED.patch
cfd86d6861e3a033968545e0ded7840694084a03
[people/pmueller/ipfire-3.x.git] / pkgs / pyQt / patches / PyQt-x11-gpl-4.5.2-QT_SHARED.patch
1 diff -up PyQt-x11-gpl-4.5.2/configure.py.QT_SHARED PyQt-x11-gpl-4.5.2/configure.py
2 --- PyQt-x11-gpl-4.5.2/configure.py.QT_SHARED 2009-07-16 08:34:48.419358104 -0500
3 +++ PyQt-x11-gpl-4.5.2/configure.py 2009-07-16 08:34:54.260358064 -0500
4 @@ -1679,11 +1679,11 @@ int main(int, char **)
5
6 out << QLibraryInfo::licensee() << '\\n';
7
8 -#if defined(QT_SHARED) || defined(QT_DLL)
9 +//#if defined(QT_SHARED) || defined(QT_DLL)
10 out << "shared\\n";
11 -#else
12 - out << "\\n";
13 -#endif
14 +//#else
15 +// out << "\\n";
16 +//#endif
17
18 // Determine which features should be disabled.
19