summaryrefslogtreecommitdiff
path: root/net
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
commita1eae091a9a427db884ef0d99abb215e8d23f700 (patch)
treed765c0e524f68f3fbe990ce97c106ad013c829b2 /net
parentbb3c5070a55c47efb9500678f98aa3bcf6c69fdc (diff)
downloadpkgsrc-a1eae091a9a427db884ef0d99abb215e8d23f700.tar.gz
Define int types on SunOS
Diffstat (limited to 'net')
-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}