summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-16 21:37:06 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-16 21:37:06 +0000
commitbaee7fea03f408cc90e51dc130bf206129037928 (patch)
treed765c0e524f68f3fbe990ce97c106ad013c829b2
parente892ce3271555c10a51ea9dd06115a33d827582b (diff)
downloadpkgsrc-baee7fea03f408cc90e51dc130bf206129037928.tar.gz
Define int types on SunOS
-rw-r--r--net/flow-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile
index b12fb3cc39d..ea1c122e0e1 100644
--- a/net/flow-tools/Makefile
+++ b/net/flow-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/01/25 10:45:20 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2014/02/16 21:37:06 wiedi Exp $
DISTNAME= flow-tools-0.68
PKGREVISION= 6
@@ -12,6 +12,8 @@ COMMENT= Collect and store NetFlow data
USE_TOOLS+= lex
GNU_CONFIGURE= YES
+CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int32_t=uint32_t
+
PKG_SYSCONFSUBDIR= flow-tools
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}