summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorminskim <minskim>2006-06-05 17:29:25 +0000
committerminskim <minskim>2006-06-05 17:29:25 +0000
commit19af245d83cc86a024e536ce8619ba13a152a7ed (patch)
tree0076363756fad2a5d9011af40ac2531f6dad4da4 /net
parent9ce34423f9335b29a250dc38ab2d424f515a91e6 (diff)
downloadpkgsrc-19af245d83cc86a024e536ce8619ba13a152a7ed.tar.gz
Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixes
PR pkgp/33634.
Diffstat (limited to 'net')
-rw-r--r--net/trafshow/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 2097c875f9b..7b353e5dfbc 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/04/06 06:22:35 reed Exp $
+# $NetBSD: Makefile,v 1.27 2006/06/05 17:29:25 minskim Exp $
DISTNAME= trafshow-5.2.1
PKGREVISION= 1
@@ -21,6 +21,8 @@ BUILD_DEFS+= USE_INET6
CPPFLAGS+= -DINET6
.endif
+CFLAGS.Darwin+= -DBIND_8_COMPAT
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/trafshow
do-install: