diff options
author | jlam <jlam> | 2004-12-15 17:13:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-15 17:13:17 +0000 |
commit | 5897642185fb60d207dc0fce51325bff20547f48 (patch) | |
tree | e7d1467ff97e3b812e9c7593a2763db15e5df7ba /net/ettercap/Makefile | |
parent | 948192af57287ad4230743d32d49be6289daae32 (diff) | |
download | pkgsrc-5897642185fb60d207dc0fce51325bff20547f48.tar.gz |
Move hacks to a separate hacks.mk file. Remove a section of patch-aa
that was an older workaround to the same GCC/alpha bug that is now
superseded by simply requiring gcc>=3.0.
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r-- | net/ettercap/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index d0d8097310e..f497e7287d6 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/12/15 16:17:59 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2004/12/15 17:13:17 jlam Exp $ DISTNAME= ettercap-0.6.b PKGREVISION= 2 @@ -26,10 +26,6 @@ MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} BUILD_DIRS= ${WRKSRC} ${WRKSRC}/plugins INSTALL_DIRS= ${WRKSRC} ${WRKSRC}/plugins -.if ${MACHINE_ARCH} == "alpha" -GCC_REQD+= 3.0 -.endif - .include "../../devel/ncurses/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |