From 6c6db3e3abfa8b102c740012415d367a5c5b03bc Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 30 Jan 2017 18:23:23 +0000 Subject: devel/ice: make sure Int64 is long (not long long) on amd64 PR: 216609 Approved by: grembo (maintainer) --- devel/ice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/ice/Makefile b/devel/ice/Makefile index 878e55509b6e..70c35943114f 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -3,7 +3,7 @@ PORTNAME= Ice PORTVERSION= 3.6.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -45,6 +45,7 @@ GH_ACCOUNT= zeroc-ice GH_PROJECT= ice CFLAGS+= -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT -I${LOCALBASE}/include +CXXFLAGS+= -D__STDC_LIMIT_MACROS # __WORDSIZE on amd64 .if !${PORT_OPTIONS:MDEBUG} CFLAGS+= -DNDEBUG