diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-06 11:19:11 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-06 11:19:51 +0100 |
commit | 0a2ae7f044cbadc5eee995ab0a4f32fc1be65620 (patch) | |
tree | c16bb37f81bab6d6f728ee4863ed1e6f345fbcc3 /libre/python-pyqt5/pyqt5-verbose-configure.patch | |
parent | 4d6b2ec1e4a49e48dce6fa6a64a6de7bfbd8db5d (diff) | |
download | abslibre-0a2ae7f044cbadc5eee995ab0a4f32fc1be65620.tar.gz abslibre-0a2ae7f044cbadc5eee995ab0a4f32fc1be65620.tar.bz2 abslibre-0a2ae7f044cbadc5eee995ab0a4f32fc1be65620.zip |
libre/python-pyqt5: updated to 5.10
Diffstat (limited to 'libre/python-pyqt5/pyqt5-verbose-configure.patch')
-rw-r--r-- | libre/python-pyqt5/pyqt5-verbose-configure.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/python-pyqt5/pyqt5-verbose-configure.patch b/libre/python-pyqt5/pyqt5-verbose-configure.patch deleted file mode 100644 index 9ddcfd0ef..000000000 --- a/libre/python-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): |