aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-03-21 15:34:13 +0800
committeryuri <yuri@FreeBSD.org>2019-03-21 15:34:13 +0800
commit1c8e665553eba91fcb692a1ec2c8bad63ec3ecbe (patch)
tree44e8bb846a8794788ade5b17eb934f8858273a08
parentcace4bdd596ca8b2c6724d1198a2f61ee36f0a3d (diff)
downloadfreebsd-ports-gnome-1c8e665553eba91fcb692a1ec2c8bad63ec3ecbe.tar.gz
freebsd-ports-gnome-1c8e665553eba91fcb692a1ec2c8bad63ec3ecbe.tar.zst
freebsd-ports-gnome-1c8e665553eba91fcb692a1ec2c8bad63ec3ecbe.zip
math/barvinok: fix build with GCC-based architectures
PR: 236694 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r--math/barvinok/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/barvinok/Makefile b/math/barvinok/Makefile
index 35c636f0cf31..ddf28c45037d 100644
--- a/math/barvinok/Makefile
+++ b/math/barvinok/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libglpk.so:math/glpk \
libntl.so:math/ntl \
libpolylibgmp.so:math/polylib
-USES= gmake libtool localbase:ldflags pkgconfig
+USES= compiler:c11 gmake libtool localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --enable-shared --enable-shared-barvinok \
--with-gmp=system --with-polylib=system --with-isl=system