Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2019 07:34:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496429 - head/math/barvinok
Message-ID:  <201903210734.x2L7YDVk072238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903210734.x2L7YDVk072238>