svn commit: r496429 - head/math/barvinok

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 21 07:34:14 UTC 2019


Author: yuri
Date: Thu Mar 21 07:34:13 2019
New Revision: 496429
URL: https://svnweb.freebsd.org/changeset/ports/496429

Log:
  math/barvinok: fix build with GCC-based architectures
  
  PR:		236694
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/math/barvinok/Makefile

Modified: head/math/barvinok/Makefile
==============================================================================
--- head/math/barvinok/Makefile	Thu Mar 21 07:12:59 2019	(r496428)
+++ head/math/barvinok/Makefile	Thu Mar 21 07:34:13 2019	(r496429)
@@ -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


More information about the svn-ports-all mailing list