diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-02-19 18:22:29 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-02-19 18:22:29 +0000 |
commit | 1bdd9e720900362ae079da7b4cee9f54c6df5f75 (patch) | |
tree | a3999a26dae980b5bb6c5467220a1db21b7aaf6a /user/weechat/fix-python-linking.patch | |
parent | f35e871a9f4467d080e7fb741da585b37db50be3 (diff) | |
parent | c3d6dc6c6e3ec9991593029753098c0129348d0b (diff) | |
download | packages-1bdd9e720900362ae079da7b4cee9f54c6df5f75.tar.gz packages-1bdd9e720900362ae079da7b4cee9f54c6df5f75.tar.bz2 packages-1bdd9e720900362ae079da7b4cee9f54c6df5f75.tar.xz packages-1bdd9e720900362ae079da7b4cee9f54c6df5f75.zip |
Merge branch 'bump.aerdan.20190219' into 'master'
Packages bumped for 19 February 2019
See merge request !172
Diffstat (limited to 'user/weechat/fix-python-linking.patch')
-rw-r--r-- | user/weechat/fix-python-linking.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/weechat/fix-python-linking.patch b/user/weechat/fix-python-linking.patch deleted file mode 100644 index c45d3af3a..000000000 --- a/user/weechat/fix-python-linking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- weechat-1.9/cmake/FindPython.cmake.old 2017-06-25 03:20:52.000000000 -0500 -+++ weechat-1.9/cmake/FindPython.cmake 2017-09-24 18:04:48.181662013 -0500 -@@ -67,7 +67,7 @@ - ) - if(ENABLE_PYTHON3) - find_library(PYTHON_LIBRARY -- NAMES python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python3 python2.7 python2.6 python2.5 python -+ NAMES python3.7m python3.7 python3.6m python3.6 python3.5m python3.5 python3.4m python3.4 python3.3 python3.2 python3.1 python3.0 python3 - HINTS ${PYTHON_POSSIBLE_LIB_PATH} - ) - else() |