summaryrefslogtreecommitdiff
path: root/chat/xaric/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xaric/patches/patch-configure')
-rw-r--r--chat/xaric/patches/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/xaric/patches/patch-configure b/chat/xaric/patches/patch-configure
new file mode 100644
index 00000000000..7b14392c945
--- /dev/null
+++ b/chat/xaric/patches/patch-configure
@@ -0,0 +1,14 @@
+$NetBSD: patch-configure,v 1.1 2015/01/19 12:22:51 wiedi Exp $
+
+help configure find our openssl
+--- configure.orig 2015-01-19 12:17:12.217149161 +0000
++++ configure
+@@ -6665,7 +6665,7 @@ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL" >&5
+ $as_echo_n "checking for OpenSSL... " >&6; }
+-for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
++for dir in $withval /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr $prefix; do
+ ssldir="$dir"
+ if test -f "$dir/include/openssl/ssl.h"; then
+ found_ssl="yes";