summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-08 23:54:35 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-08 23:54:35 +0000
commit7813692e1fb6c353ac5e320ec41167b2a0f78363 (patch)
tree20051521b937094d6cf4ed1349f959a52a8dd52e /net
parent2b13d52d95263cb618e33951d5d38e68de756212 (diff)
downloadpkgsrc-7813692e1fb6c353ac5e320ec41167b2a0f78363.tar.gz
Add missing int types on SunOS
Diffstat (limited to 'net')
-rw-r--r--net/ipgrab/Makefile4
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"