summaryrefslogtreecommitdiff
path: root/libre/pyqt5/pyqt5-verbose-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/pyqt5/pyqt5-verbose-configure.patch')
-rw-r--r--libre/pyqt5/pyqt5-verbose-configure.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/pyqt5/pyqt5-verbose-configure.patch b/libre/pyqt5/pyqt5-verbose-configure.patch
new file mode 100644
index 000000000..9ddcfd0ef
--- /dev/null
+++ b/libre/pyqt5/pyqt5-verbose-configure.patch
@@ -0,0 +1,15 @@
+diff --git a/configure.py b/configure.py
+index 94345c3..3d31a43 100644
+--- a/configure.py
++++ b/configure.py
+@@ -2231,7 +2231,10 @@ int main(int, char **)
+ ''' % ('\n'.join(incfile), test)
+
+ if compile_qt_program(target_config, verbose, 'cfgtest_' + mname, source, mname) is not None:
++ inform("Yes")
+ target_config.pyqt_modules.append(mname)
++ else:
++ inform("No")
+
+
+ def compile_qt_program(target_config, verbose, name, source, mname, debug=None):