ports/irc/hexchat/files/patch-plugins_fishlim_meson.build
Ashish SHUKLA 5b9d7ef28a - Update to 2.14.1
- Add dependency on iso-codes, and meson (new build system)
- Remove OPTIONS: NLS SOCKS
- Remove hardcoded CA bundle path in patch with a variable
  replaced at post-patch
- Add workaround for detecting system's OpenSSL version
- Update WWW

PR:		227324
Approved by:	Piotr Kubaj <pkubaj at anongoth dot pl> (maintainer)
2018-04-13 13:11:07 +00:00

8 lines
211 B
Text

--- plugins/fishlim/meson.build.orig 2018-03-14 02:26:31 UTC
+++ plugins/fishlim/meson.build
@@ -1,4 +1,4 @@
-if not libssl_dep.found()
+if not libssl_dep_found
error('fish plugin requires openssl')
endif