diff options
author | wiedi <wiedi> | 2014-02-16 21:37:06 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-02-16 21:37:06 +0000 |
commit | eefbc213bc324e9af49dfdcb64daf13b32b29ba9 (patch) | |
tree | d765c0e524f68f3fbe990ce97c106ad013c829b2 /net | |
parent | eea594c754ecbb2312b2b3d43bececa81340fe4e (diff) | |
download | pkgsrc-eefbc213bc324e9af49dfdcb64daf13b32b29ba9.tar.gz |
Define int types on SunOS
Diffstat (limited to 'net')
-rw-r--r-- | net/flow-tools/Makefile | 4 |
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} |