From 47066d7954ab9e8896f477bdb035e377872b77ba Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 18 Apr 2020 01:54:24 +0000 Subject: math/yices: fix build on GCC architectures Use C11 compiler: ./api/yices_api_lock_free.h:34: error: previous declaration of 'lp_algebraic_number_t' was here --- math/yices/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/yices') diff --git a/math/yices/Makefile b/math/yices/Makefile index db43393b84ae..91f950f3f06e 100644 --- a/math/yices/Makefile +++ b/math/yices/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= gperf:devel/gperf LIB_DEPENDS= libgmp.so:math/gmp -USES= gmake localbase +USES= compiler:c11 gmake localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pic-gmp=${LOCALBASE}/lib/libgmp.so USE_LDCONFIG= yes -- cgit v1.2.3