diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-24 18:24:25 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-24 18:24:25 +0000 |
commit | 4d136ed5df74580ae53005209255900c808e8d41 (patch) | |
tree | d6844587200e9ca40ff0099bb6193e490d9b4c8d /net/ssldump | |
parent | Don't use autoconf213 (diff) |
Don't use autoconf213.
It looks like the configure-path is no longer necessary
Notes
Notes:
svn path=/head/; revision=134074
Diffstat (limited to 'net/ssldump')
-rw-r--r-- | net/ssldump/Makefile | 1 | ||||
-rw-r--r-- | net/ssldump/files/patch-aa | 13 |
2 files changed, 0 insertions, 14 deletions
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 <bsd.port.pre.mk> -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." |