summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim>2005-04-05 05:26:16 +0000
committerminskim <minskim>2005-04-05 05:26:16 +0000
commit9627b7cd3b642170f6c06eee9d8c31efdfb74452 (patch)
tree8a8fb2275a50b3507fc1d58e575a393b34b917b4 /net
parente342580fc74e4cb06b71c8e9e771cd0a45e15a11 (diff)
downloadpkgsrc-9627b7cd3b642170f6c06eee9d8c31efdfb74452.tar.gz
Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B. Jewell
in PR pkg/29870.
Diffstat (limited to 'net')
-rw-r--r--net/arpwatch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile
index 41107c756f5..a4ed29b7691 100644
--- a/net/arpwatch/Makefile
+++ b/net/arpwatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/03/17 11:01:44 markd Exp $
+# $NetBSD: Makefile,v 1.23 2005/04/05 05:26:16 minskim Exp $
#
DISTNAME= arpwatch-2.1a11
@@ -12,6 +12,7 @@ COMMENT= Monitor ARP activity on a network, maintaining a database
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
+CFLAGS.Darwin+= -DBIND_8_COMPAT
LIBS+= ${BUILDLINK_LDADD.libpcap}
MAKE_ENV+= VARBASE=${VARBASE}