diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-10 12:36:35 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-10 12:36:35 +0000 |
commit | 1c11e77cd042d542660dd6f376bdd3f6a95d12f0 (patch) | |
tree | 226ba0e958c5aa0c77a40b07b10289160ae17a99 /net | |
parent | 82ba20ae543411c02152de343f96a5054f8a0625 (diff) | |
download | pkgsrc-1c11e77cd042d542660dd6f376bdd3f6a95d12f0.tar.gz |
Fix inttypes on SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpick/Makefile | 4 |
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" |