mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
- 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)
8 lines
211 B
Text
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
|
|
|