diff options
Diffstat (limited to 'net/tcpdump/patches')
-rw-r--r-- | net/tcpdump/patches/patch-aa | 22 | ||||
-rw-r--r-- | net/tcpdump/patches/patch-ab | 22 |
2 files changed, 0 insertions, 44 deletions
diff --git a/net/tcpdump/patches/patch-aa b/net/tcpdump/patches/patch-aa deleted file mode 100644 index 83a25a7918b..00000000000 --- a/net/tcpdump/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/02/13 15:50:36 seb Exp $ - ---- configure.in.orig Thu Jan 17 06:00:16 2002 -+++ configure.in -@@ -568,6 +568,8 @@ - - AC_VAR_H_ERRNO - -+# configure's patch is hand-trimmed after regen from patched configure.in -+ - AC_ARG_WITH(crypto, [ --without-crypto disable crypto support], - [], [ - AC_MSG_CHECKING(for SSLeay) -@@ -589,8 +591,6 @@ - done - AC_MSG_RESULT($ac_cv_ssleay_path) - if test "$ac_cv_ssleay_path" != no; then -- V_INCLS="$V_INCLS $incdir" -- LDFLAGS="-L$dir/lib $LDFLAGS" - if test -f $ac_cv_ssleay_path/lib/libRSAglue.a; then - LIBS="$LIBS -lRSAglue" - fi diff --git a/net/tcpdump/patches/patch-ab b/net/tcpdump/patches/patch-ab deleted file mode 100644 index 9a980d1cc1e..00000000000 --- a/net/tcpdump/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2002/02/13 15:50:36 seb Exp $ - ---- configure.orig Wed Feb 13 12:30:44 2002 -+++ configure -@@ -4296,6 +4296,8 @@ - fi - - -+# configure's patch is hand-trimmed after regen from patched configure.in -+ - # Check whether --with-crypto or --without-crypto was given. - if test "${with_crypto+set}" = set; then - withval="$with_crypto" -@@ -4322,8 +4324,6 @@ - done - echo "$ac_t""$ac_cv_ssleay_path" 1>&6 - if test "$ac_cv_ssleay_path" != no; then -- V_INCLS="$V_INCLS $incdir" -- LDFLAGS="-L$dir/lib $LDFLAGS" - if test -f $ac_cv_ssleay_path/lib/libRSAglue.a; then - LIBS="$LIBS -lRSAglue" - fi |