Tue Dec 10 12:36:35 2013 UTC ()
Fix inttypes on SunOS.  Patch from Sebastian Wiedenroth.


(jperkin)
diff -r1.7 -r1.8 pkgsrc/net/tcpick/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/tcpick/Makefile (expand / switch to context diff)
--- pkgsrc/net/tcpick/Makefile 2013/02/06 19:31:01 1.7
+++ pkgsrc/net/tcpick/Makefile 2013/12/10 12:36:35 1.8
@@ -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
@@ -10,6 +10,8 @@
 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"