From 014cd21554199c6dded160389795b4ebb58d20be Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Wed, 8 Aug 2018 02:31:51 -0500 Subject: pyqt5-5.11.2-2.parabola1: updating version --- libre/pyqt5/pyqt5-verbose-configure.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libre/pyqt5/pyqt5-verbose-configure.patch (limited to 'libre/pyqt5/pyqt5-verbose-configure.patch') 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): -- cgit v1.2.3