summaryrefslogtreecommitdiff
path: root/libre/pyqt5/pyqt5-verbose-configure.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-04 21:23:36 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-04 21:23:36 +0100
commit5337fd3504bb01c3aa9fca4e255cdec5babffb7e (patch)
tree11406b672bc56bf81ddf7364ce83472847faf0ee /libre/pyqt5/pyqt5-verbose-configure.patch
parent34a14f436e510456d8753b2fe6a314be2bdb0649 (diff)
downloadabslibre-5337fd3504bb01c3aa9fca4e255cdec5babffb7e.tar.gz
abslibre-5337fd3504bb01c3aa9fca4e255cdec5babffb7e.tar.bz2
abslibre-5337fd3504bb01c3aa9fca4e255cdec5babffb7e.zip
libre/pyqt5: moved to libre/python-pyqt5
Diffstat (limited to 'libre/pyqt5/pyqt5-verbose-configure.patch')
-rw-r--r--libre/pyqt5/pyqt5-verbose-configure.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/pyqt5/pyqt5-verbose-configure.patch b/libre/pyqt5/pyqt5-verbose-configure.patch
deleted file mode 100644
index 9ddcfd0ef..000000000
--- a/libre/pyqt5/pyqt5-verbose-configure.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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):