diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipgrab/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipgrab/Makefile b/net/ipgrab/Makefile index 6803912a05b..9a974115e74 100644 --- a/net/ipgrab/Makefile +++ b/net/ipgrab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/04/06 20:27:26 rodent Exp $ +# $NetBSD: Makefile,v 1.10 2014/02/08 23:54:35 wiedi Exp $ DISTNAME= ipgrab-0.9.9 PKGREVISION= 1 @@ -15,5 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= makeinfo INFO_FILES= yes +CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t + .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |