diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-25 19:08:44 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-25 19:09:34 -0500 |
commit | b234299e70c50f6cab203a11ab62be733726770b (patch) | |
tree | b49230bdf3e9106394a4fe2a439efd6cc76df636 /user/weechat/fix-python-linking.patch | |
parent | 45b2f80485481b7e062de2ed92bbe11ee942a17b (diff) | |
download | packages-b234299e70c50f6cab203a11ab62be733726770b.tar.gz packages-b234299e70c50f6cab203a11ab62be733726770b.tar.bz2 packages-b234299e70c50f6cab203a11ab62be733726770b.tar.xz packages-b234299e70c50f6cab203a11ab62be733726770b.zip |
user/weechat: bump to 2.2, modernise, Guile support removed upstream
Diffstat (limited to 'user/weechat/fix-python-linking.patch')
-rw-r--r-- | user/weechat/fix-python-linking.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/weechat/fix-python-linking.patch b/user/weechat/fix-python-linking.patch index c94be8026..c45d3af3a 100644 --- a/user/weechat/fix-python-linking.patch +++ b/user/weechat/fix-python-linking.patch @@ -4,8 +4,8 @@ ) if(ENABLE_PYTHON3) find_library(PYTHON_LIBRARY -- NAMES python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python3 python2.7 python2.6 python2.5 python -+ NAMES python3.6m python3.6 python3.5m python3.5 python3.4m python3.4 python3.3 python3.2 python3.1 python3.0 python3 python2.7 python2.6 python2.5 python +- 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() |