summaryrefslogtreecommitdiff
path: root/security/stunnel/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 16:55:02 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 16:55:02 +0000
commitf8c6ebf7e7b65bba6ddabf60c0586f035cc30c4f (patch)
treef61e78fd8920a678251182fdbbecba64b23100df /security/stunnel/files/patch-ac
parentUpdate to version 1.0. (diff)
Update to version 3.2.
PR: 12018 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=19250
Diffstat (limited to '')
-rw-r--r--security/stunnel/files/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/stunnel/files/patch-ac b/security/stunnel/files/patch-ac
new file mode 100644
index 000000000000..a502f7129c91
--- /dev/null
+++ b/security/stunnel/files/patch-ac
@@ -0,0 +1,13 @@
+*** configure.in.orig Tue Apr 27 18:38:28 1999
+--- configure.in Thu Jun 3 11:24:20 1999
+***************
+*** 16,21 ****
+--- 16,23 ----
+ SSLDIR="/usr/local/ssl"
+ test -f $SSLDIR/include/ssl.h || SSLDIR="/usr/lib/ssl"
+ test -f $SSLDIR/include/ssl.h || SSLDIR="/usr"
++ test -f $SSLDIR/include/ssl.h || SSLDIR="/usr/local"
++ test -f $SSLDIR/include/openssl/ssl.h || SSLDIR="/usr/local"
+ AC_MSG_RESULT($SSLDIR)
+ AC_SUBST(SSLDIR)
+ AC_DEFINE_UNQUOTED(SSLDIR, "$SSLDIR")