From b18e202c3131a28cea82fcf2802c1cf1f8004050 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 3 Apr 2000 16:51:17 +0000 Subject: Patching "configure" doesn't make any sense if it is overwritten by "autoreconf" later. --- security/stunnel/patches/patch-aa | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 security/stunnel/patches/patch-aa (limited to 'security') 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 - } -- cgit v1.2.3