summaryrefslogtreecommitdiff
path: root/net/tcpick
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-12-10 12:36:35 +0000
committerjperkin <jperkin>2013-12-10 12:36:35 +0000
commit57cd199df847b57ec6db604d1feb02dbf38780ca (patch)
tree226ba0e958c5aa0c77a40b07b10289160ae17a99 /net/tcpick
parent3715fcbd6bf8141988ac8e71e77867569580cfc4 (diff)
downloadpkgsrc-57cd199df847b57ec6db604d1feb02dbf38780ca.tar.gz
Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'net/tcpick')
-rw-r--r--net/tcpick/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile
index f638353c8de..1155674a98d 100644
--- a/net/tcpick/Makefile
+++ b/net/tcpick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2013/02/06 19:31:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2013/12/10 12:36:35 jperkin Exp $
DISTNAME= tcpick-0.2.1
PKGREVISION= 1
@@ -11,5 +11,7 @@ COMMENT= Simple tcp sniffer with tcpdump-style rules
GNU_CONFIGURE= YES
+CFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"