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 unified 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,15 +1,17 @@ @@ -1,15 +1,17 @@
1# $NetBSD: Makefile,v 1.7 2013/02/06 19:31:01 jperkin Exp $ 1# $NetBSD: Makefile,v 1.8 2013/12/10 12:36:35 jperkin Exp $
2 2
3DISTNAME= tcpick-0.2.1 3DISTNAME= tcpick-0.2.1
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpick/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpick/}
7 7
8MAINTAINER= josediazfer@yahoo.es 8MAINTAINER= josediazfer@yahoo.es
9HOMEPAGE= http://tcpick.sourceforge.net/ 9HOMEPAGE= http://tcpick.sourceforge.net/
10COMMENT= Simple tcp sniffer with tcpdump-style rules 10COMMENT= Simple tcp sniffer with tcpdump-style rules
11 11
12GNU_CONFIGURE= YES 12GNU_CONFIGURE= YES
13 13
 14CFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t
 15
14.include "../../net/libpcap/buildlink3.mk" 16.include "../../net/libpcap/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"