From a1eae091a9a427db884ef0d99abb215e8d23f700 Mon Sep 17 00:00:00 2001 From: wiedi Date: Sun, 16 Feb 2014 21:37:06 +0000 Subject: Define int types on SunOS --- net/flow-tools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net') 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} -- cgit v1.2.3