diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-06-26 00:04:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-06-26 00:04:59 +0000 |
commit | 4c6f5bc4babeb399034ec6bce10a2c6505f67e53 (patch) | |
tree | b0f76118e0a40f44e760ad7d41caf16152e73a9d /www/domoticz/files/patch-hardware_plugins_DelayedLink.h | |
parent | New port: biology/igv: Visualization tool for genomic datasets (diff) |
www/domoticz: update to 4.9700
PR: 229333
Submitted by: kiwi@oav.net (maintainer) (with changes)
Diffstat (limited to 'www/domoticz/files/patch-hardware_plugins_DelayedLink.h')
-rw-r--r-- | www/domoticz/files/patch-hardware_plugins_DelayedLink.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/domoticz/files/patch-hardware_plugins_DelayedLink.h b/www/domoticz/files/patch-hardware_plugins_DelayedLink.h new file mode 100644 index 000000000000..c1e92e43860e --- /dev/null +++ b/www/domoticz/files/patch-hardware_plugins_DelayedLink.h @@ -0,0 +1,15 @@ +--- hardware/plugins/DelayedLink.h.orig 2018-06-23 14:18:06 UTC ++++ hardware/plugins/DelayedLink.h +@@ -143,6 +143,12 @@ namespace Plugins { + if (!shared_lib_) FindLibrary("python3.6", true); + if (!shared_lib_) FindLibrary("python3.5", true); + if (!shared_lib_) FindLibrary("python3.4", true); ++#ifdef __FreeBSD__ ++ if (!shared_lib_) FindLibrary("python3.7m", true); ++ if (!shared_lib_) FindLibrary("python3.6m", true); ++ if (!shared_lib_) FindLibrary("python3.5m", true); ++ if (!shared_lib_) FindLibrary("python3.4m", true); ++#endif /* FreeBSD */ + #endif + if (shared_lib_) + { |