summaryrefslogtreecommitdiff
path: root/chat/jabberd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'chat/jabberd/patches/patch-aa')
-rw-r--r--chat/jabberd/patches/patch-aa15
1 files changed, 12 insertions, 3 deletions
diff --git a/chat/jabberd/patches/patch-aa b/chat/jabberd/patches/patch-aa
index 0d2d264f2db..ded076a1a65 100644
--- a/chat/jabberd/patches/patch-aa
+++ b/chat/jabberd/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2008/08/02 20:32:10 dholland Exp $
+$NetBSD: patch-aa,v 1.5 2008/08/03 05:17:40 obache Exp $
---- configure.orig 2002-02-11 14:14:06.000000000 -0500
-+++ configure 2008-08-02 16:29:13.000000000 -0400
+--- configure.orig 2002-02-11 19:14:06.000000000 +0000
++++ configure
@@ -32,7 +32,8 @@ MCFLAGS="$MCFLAGS -shared"
LDFLAGS="$LDFLAGS"
LIBS="$LIBS"
@@ -12,6 +12,15 @@ $NetBSD: patch-aa,v 1.4 2008/08/02 20:32:10 dholland Exp $
##
# Print a cool header
+@@ -45,7 +46,7 @@ printf "========================\n\n"
+ ##
+ if [ $WANT_SSL -eq 1 ]; then
+ printf "Searching for SSL...";
+- for dir in ${prefix} /usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr; do
++ for dir in ${SSLBASE}; do
+ ssldir="$dir"
+ if test -f "$dir/include/openssl/ssl.h"; then
+ found_ssl="yes";
@@ -76,31 +77,19 @@ fi;
##
# Pth check