From 4d136ed5df74580ae53005209255900c808e8d41 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 24 Apr 2005 18:24:25 +0000 Subject: Don't use autoconf213. It looks like the configure-path is no longer necessary --- net/ssldump/Makefile | 1 - net/ssldump/files/patch-aa | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 net/ssldump/files/patch-aa (limited to 'net/ssldump') diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index f164f4e642f9..c8b62be7696d 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -18,7 +18,6 @@ USE_OPENSSL= YES .include -USE_AUTOCONF_VER= 213 GNU_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ diff --git a/net/ssldump/files/patch-aa b/net/ssldump/files/patch-aa deleted file mode 100644 index 9f40c2087275..000000000000 --- a/net/ssldump/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in.orig Thu Sep 27 01:03:56 2001 -+++ configure.in Mon Apr 29 13:20:27 2002 -@@ -200,7 +200,9 @@ - done - if test "$ac_found_openssl_lib_dir" != "no"; then - echo "found in $ac_found_openssl_lib_dir" -- INCLUDES="-I$ac_found_openssl_inc_dir $INCLUDES" -+ if test "$ac_found_openssl_inc_dir" != "/usr/include"; then -+ INCLUDES="-I$ac_found_openssl_inc_dir $INCLUDES" -+ fi - DEFINES="-DOPENSSL $DEFINES" - else - echo "not found." -- cgit v1.2.3