diff options
Diffstat (limited to 'net/ettercap-NG/patches/patch-ae')
-rw-r--r-- | net/ettercap-NG/patches/patch-ae | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/net/ettercap-NG/patches/patch-ae b/net/ettercap-NG/patches/patch-ae index de43f3b86cb..a4d9c71255a 100644 --- a/net/ettercap-NG/patches/patch-ae +++ b/net/ettercap-NG/patches/patch-ae @@ -1,6 +1,6 @@ -$NetBSD: patch-ae,v 1.1 2006/03/22 17:07:10 joerg Exp $ +$NetBSD: patch-ae,v 1.2 2007/02/18 18:50:43 adrianp Exp $ ---- configure.orig 2006-03-22 16:47:46.000000000 +0000 +--- configure.orig 2005-05-27 16:11:45.000000000 +0100 +++ configure @@ -2169,7 +2169,7 @@ fi @@ -11,3 +11,18 @@ $NetBSD: patch-ae,v 1.1 2006/03/22 17:07:10 joerg Exp $ cat >>confdefs.h <<\_ACEOF #define OS_BSD 1 _ACEOF +@@ -31721,11 +31721,11 @@ echo "$as_me: error: \"*** ettercap cann + ac_ec_libnet=$withval + echo "$as_me:$LINENO: result: $withval" >&5 + echo "${ECHO_T}$withval" >&6 +- elif test -f $withval/include/libnet.h; then ++ elif test -f @@LN_INC@@/libnet.h; then + owd=`pwd` + if cd $withval; then withval=`pwd`; cd $owd; fi +- LNETINC="-I$withval/include" +- LNETLIB="-L$withval/lib -L$withval/src -lnet" ++ LNETINC="-I@@LN_INC@@" ++ LNETLIB="-L@@_LNLIB@@ -L$withval/src -lnet" + ac_ec_libnet=$withval + echo "$as_me:$LINENO: result: $withval" >&5 + echo "${ECHO_T}$withval" >&6 |