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
commit84a1d9afa5f8fb99ffe15f6ee4985b3d05336904 (patch)
tree8a8fb2275a50b3507fc1d58e575a393b34b917b4 /net
parenta0ca9bdced91983774dde6a6ce55779c1dca1676 (diff)
downloadpkgsrc-84a1d9afa5f8fb99ffe15f6ee4985b3d05336904.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}