summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"