diff options
author | obache <obache> | 2009-12-23 07:03:16 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-23 07:03:16 +0000 |
commit | b7793942dace0d750dd689d4e727a4418392cdac (patch) | |
tree | c9ae525a0a1862a299c6f04e1d6b4abc37e8544d /net | |
parent | 63b6b42e2562888a74ff3b493193d0ce6e3347f8 (diff) | |
download | pkgsrc-b7793942dace0d750dd689d4e727a4418392cdac.tar.gz |
Fix a typo to build with libtool-2.
Diffstat (limited to 'net')
-rw-r--r-- | net/ettercap-NG/distinfo | 4 | ||||
-rw-r--r-- | net/ettercap-NG/patches/patch-ae | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ettercap-NG/distinfo b/net/ettercap-NG/distinfo index fa02ab84793..db4aeac98a4 100644 --- a/net/ettercap-NG/distinfo +++ b/net/ettercap-NG/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2007/02/18 18:50:43 adrianp Exp $ +$NetBSD: distinfo,v 1.6 2009/12/23 07:03:16 obache Exp $ SHA1 (ettercap-NG-0.7.3.tar.gz) = 7a2c3f848ca4f39c07fddeb0d6308641265bc4ff RMD160 (ettercap-NG-0.7.3.tar.gz) = f4e6c0d87b2064b3775e9af60f34575273742616 @@ -7,4 +7,4 @@ SHA1 (patch-aa) = 27c7f53e0d704b7dc2b8c9c76bf1f9aeff1bbece SHA1 (patch-ab) = 7cf863797abac4b67dbca55f6f763bf7b9830259 SHA1 (patch-ac) = ad04400499dcfdb4067079a58c849c287a34d12f SHA1 (patch-ad) = f39de66feb894ef2f1134abd3a3ca36677bea2b4 -SHA1 (patch-ae) = 6020176efc2bf9e34af24c527efbc769cc18385b +SHA1 (patch-ae) = 9559d95f9793221a640461f7c894a6c034cd26d0 diff --git a/net/ettercap-NG/patches/patch-ae b/net/ettercap-NG/patches/patch-ae index a4d9c71255a..ae65613c3ca 100644 --- a/net/ettercap-NG/patches/patch-ae +++ b/net/ettercap-NG/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.2 2007/02/18 18:50:43 adrianp Exp $ +$NetBSD: patch-ae,v 1.3 2009/12/23 07:03:17 obache Exp $ --- configure.orig 2005-05-27 16:11:45.000000000 +0100 +++ configure @@ -22,7 +22,7 @@ $NetBSD: patch-ae,v 1.2 2007/02/18 18:50:43 adrianp Exp $ - LNETINC="-I$withval/include" - LNETLIB="-L$withval/lib -L$withval/src -lnet" + LNETINC="-I@@LN_INC@@" -+ LNETLIB="-L@@_LNLIB@@ -L$withval/src -lnet" ++ LNETLIB="-L@@LN_LIB@@ -L$withval/src -lnet" ac_ec_libnet=$withval echo "$as_me:$LINENO: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 |