summaryrefslogtreecommitdiff
path: root/net/flow-tools
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-16 21:37:06 +0000
committerwiedi <wiedi>2014-02-16 21:37:06 +0000
commitca6a81d329a1f2b2953a6cc60e77cb23eb598c32 (patch)
treed765c0e524f68f3fbe990ce97c106ad013c829b2 /net/flow-tools
parentcbe0a7c3b5383d6e31d4bd452a6abf010205a2b6 (diff)
downloadpkgsrc-ca6a81d329a1f2b2953a6cc60e77cb23eb598c32.tar.gz
Define int types on SunOS
Diffstat (limited to 'net/flow-tools')
-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}