mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
30f51193f4
ap/ghostscript-9.52-x86_64-1.txz: Upgraded. l/PyQt5-5.13.2-x86_64-1.txz: Added. l/QScintilla-2.11.4-x86_64-3.txz: Rebuilt. Added PyQt5 support. Thanks to alienBOB. l/sip-4.19.21-x86_64-2.txz: Rebuilt. Recompiled to pick up Qt5 support. n/gpgme-1.13.1-x86_64-3.txz: Rebuilt. Added Qt5 bindings. Thanks to alienBOB.
13 lines
699 B
Diff
13 lines
699 B
Diff
diff -ur PyQt5_gpl-5.12.3/qpy/QtCore/qpycore_post_init.cpp.in PyQt5_gpl-5.12.3b/qpy/QtCore/qpycore_post_init.cpp.in
|
|
--- PyQt5_gpl-5.12.3/qpy/QtCore/qpycore_post_init.cpp.in 2019-06-25 14:41:02.000000000 +0200
|
|
+++ PyQt5_gpl-5.12.3b/qpy/QtCore/qpycore_post_init.cpp.in 2019-07-01 17:06:34.882644535 +0200
|
|
@@ -151,8 +151,4 @@
|
|
// initialised first (at least for Windows) and this is the only way to
|
|
// guarantee things are done in the right order.
|
|
PyQtSlotProxy::mutex = new QMutex(QMutex::Recursive);
|
|
-
|
|
- // Load the embedded qt.conf file if there is a bundled copy of Qt.
|
|
- if (!qpycore_qt_conf())
|
|
- Py_FatalError("PyQt5.QtCore: Unable to embed qt.conf");
|
|
}
|
|
|