pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ettercap use gcc3 on alpha to avoid compiler error...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3d95a037ac1
branches: trunk
changeset: 463286:b3d95a037ac1
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Wed Nov 05 00:04:20 2003 +0000
description:
use gcc3 on alpha to avoid compiler errors which prevent building
diffstat:
net/ettercap/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 6f8857d9aaf6 -r b3d95a037ac1 net/ettercap/Makefile
--- a/net/ettercap/Makefile Tue Nov 04 23:35:47 2003 +0000
+++ b/net/ettercap/Makefile Wed Nov 05 00:04:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/09/30 12:03:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2003/11/05 00:04:20 dmcmahill Exp $
DISTNAME= ettercap-0.6.9
PKGREVISION= 4
@@ -23,6 +23,10 @@
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/plugins
INSTALL_DIRS= ${WRKSRC} ${WRKSRC}/plugins
+.if ${MACHINE_ARCH} == "alpha"
+GCC_REQD= 3.0
+.endif
+
post-buildlink:
if [ ! -f /usr/include/des.h ]; then \
${LN} -s ${BUILDLINK_DIR}/include/openssl/des.h \
Home |
Main Index |
Thread Index |
Old Index