diff options
author | minskim <minskim@pkgsrc.org> | 2005-04-05 05:26:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-04-05 05:26:16 +0000 |
commit | 918d917cb22c0448d49f991ced53e0a90523e1eb (patch) | |
tree | 8a8fb2275a50b3507fc1d58e575a393b34b917b4 /net/arpwatch | |
parent | a7c9fde3aa1f869ccca7aea69c6a3d34ecae7b24 (diff) | |
download | pkgsrc-918d917cb22c0448d49f991ced53e0a90523e1eb.tar.gz |
Define BIND_8_COMPAT to build on Darwin. Patch provided by Darrin B. Jewell
in PR pkg/29870.
Diffstat (limited to 'net/arpwatch')
-rw-r--r-- | net/arpwatch/Makefile | 3 |
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} |