summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-01-19 12:22:51 +0000
committerwiedi <wiedi>2015-01-19 12:22:51 +0000
commitedffa4ea81dd899d97dd31eb93cdacffab426dfa (patch)
treea39dd158d583eb9a430f1c8bd78b5da2c0de1308 /chat
parent539f2b900d22e4ab04ea838432fa31f6e1e3fc7b (diff)
downloadpkgsrc-edffa4ea81dd899d97dd31eb93cdacffab426dfa.tar.gz
add patch to help configure find openssl
Diffstat (limited to 'chat')
-rw-r--r--chat/xaric/distinfo3
-rw-r--r--chat/xaric/patches/patch-configure14
2 files changed, 16 insertions, 1 deletions
diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo
index 6c13eb69199..762a835ecf8 100644
--- a/chat/xaric/distinfo
+++ b/chat/xaric/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2013/07/21 11:29:55 shattered Exp $
+$NetBSD: distinfo,v 1.10 2015/01/19 12:22:51 wiedi Exp $
SHA1 (xaric-0.13.6.tar.gz) = ed10e395dea29fdf7bbc0d65389d789d7d4ca09b
RMD160 (xaric-0.13.6.tar.gz) = a63aaa1fce98b195c23530ca4730ea5792ae1b52
Size (xaric-0.13.6.tar.gz) = 479754 bytes
+SHA1 (patch-configure) = 93742a59e3c558d648957319ba79b1fba92d3f09
SHA1 (patch-source_iflist.c) = 32647096ba2dcbb258676d70ccd147b508f931bd
SHA1 (patch-source_ircterm.c) = 166b658d9fb41e69b0101bdeb0d524e71d745621
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";