summaryrefslogtreecommitdiff
path: root/libre/pyqt5/pyqt5-verbose-configure.patch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-31 18:20:14 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-31 18:20:14 -0400
commitaeaecdbf798fabfbc3d9f02ab2b20dbea67c2bc0 (patch)
treea5191315ebb1dbb8de6136c1957d569aae696c30 /libre/pyqt5/pyqt5-verbose-configure.patch
parent44726719fee67ba34d3ad3b88747136ddfbe0dbe (diff)
downloadabslibre-aeaecdbf798fabfbc3d9f02ab2b20dbea67c2bc0.tar.gz
abslibre-aeaecdbf798fabfbc3d9f02ab2b20dbea67c2bc0.tar.bz2
abslibre-aeaecdbf798fabfbc3d9f02ab2b20dbea67c2bc0.zip
libre/pyqt5: bump pkgrel for rebuild, tidy the PKGBUILD
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):