diff options
author | minskim <minskim> | 2006-06-05 17:29:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-05 17:29:25 +0000 |
commit | 25cfcbc21546d83d306f74ee05d2b9097aa386ad (patch) | |
tree | 0076363756fad2a5d9011af40ac2531f6dad4da4 /net/trafshow | |
parent | 48b0f31ed9cd72ceebfa01ea0162542db2a07a11 (diff) | |
download | pkgsrc-25cfcbc21546d83d306f74ee05d2b9097aa386ad.tar.gz |
Add -DBIND_8_COMPAT to CFLAGS to build on Darwin. This fixes
PR pkgp/33634.
Diffstat (limited to 'net/trafshow')
-rw-r--r-- | net/trafshow/Makefile | 4 |
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: |