From 039c3e334e634e1acce08dcb091147c68f02758a Mon Sep 17 00:00:00 2001 From: wiedi Date: Mon, 19 Jan 2015 12:22:51 +0000 Subject: add patch to help configure find openssl --- chat/xaric/distinfo | 3 ++- chat/xaric/patches/patch-configure | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 chat/xaric/patches/patch-configure (limited to 'chat/xaric') 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"; -- cgit v1.2.3