From dd00fb8f5295e649ba91192e2c70a987c1a29e79 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 20 Dec 2018 02:48:08 +0000 Subject: [PATCH] math/latte-integrale: fix build with GCC-based architectures PR: 234183 Submitted by: Piotr Kubaj --- math/latte-integrale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/latte-integrale/Makefile b/math/latte-integrale/Makefile index ddc8e992a670..7b8cf97a993b 100644 --- a/math/latte-integrale/Makefile +++ b/math/latte-integrale/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= lib4ti2util.so:math/4ti2 \ RUN_DEPENDS= lrs:math/lrslib \ points2triangs:math/topcom -USES= autoreconf gmake libtool localbase:ldflags +USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE}