diff options
author | tron <tron@pkgsrc.org> | 2000-04-03 16:51:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-03 16:51:17 +0000 |
commit | 26a2806134461d3e4fe0ced597482ac433e304a6 (patch) | |
tree | 3f26ffe53256d445265369f746ab48dbb4b072cd /security/stunnel | |
parent | e36b0b5511fd8cbd3c174b68606540764a79debd (diff) | |
download | pkgsrc-26a2806134461d3e4fe0ced597482ac433e304a6.tar.gz |
Patching "configure" doesn't make any sense if it is overwritten by
"autoreconf" later.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/patches/patch-aa | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa deleted file mode 100644 index 5e20525d3c4..00000000000 --- a/security/stunnel/patches/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/04/03 09:25:36 martin Exp $ - ---- configure.old Thu Feb 24 12:28:45 2000 -+++ configure Sat Apr 1 19:39:10 2000 -@@ -935,19 +935,17 @@ - - - checkssldir() { : -- if test -d "$1/certs"; then -- if test -f "$1/include/openssl/ssl.h"; then -- cat >> confdefs.h <<\EOF -+ if test -f "$1/include/openssl/ssl.h"; then -+ cat >> confdefs.h <<\EOF - #define HAVE_OPENSSL 1 - EOF - -- ssldir="$1" -- return 0 -- fi -- if test -f "$1/include/ssl.h"; then -- ssldir="$1" -- return 0 -- fi -+ ssldir="$1" -+ return 0 -+ fi -+ if test -f "$1/include/ssl.h"; then -+ ssldir="$1" -+ return 0 - fi - return 1 - } |