summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2005-04-06 03:56:16 +0000
committersnj <snj@pkgsrc.org>2005-04-06 03:56:16 +0000
commit2cabeb51ad6cf0458e7dd524eda073acd14b4f5a (patch)
treedf8c4dcf029475f91b3439c323bef2efe48d436e /net
parent4618f76de18877368dd481bc6d7ae2d36887a19c (diff)
downloadpkgsrc-2cabeb51ad6cf0458e7dd524eda073acd14b4f5a.tar.gz
Pullup ticket 426 - requested by Min Sik Kim
portability fix for arpwatch Revision pulled up: - pkgsrc/net/arpwatch/Makefile 1.23 Module Name: pkgsrc Committed By: minskim Date: Tue Apr 5 05:26:16 UTC 2005 Modified Files: pkgsrc/net/arpwatch: Makefile Log Message: 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..a08e35b0371 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.22.2.1 2005/04/06 03:56:16 snj 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}