svn commit: r486387 - head/math/SCIP

Yuri Victorovich yuri at FreeBSD.org
Sat Dec 1 21:06:49 UTC 2018


Author: yuri
Date: Sat Dec  1 21:06:48 2018
New Revision: 486387
URL: https://svnweb.freebsd.org/changeset/ports/486387

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

Modified:
  head/math/SCIP/Makefile

Modified: head/math/SCIP/Makefile
==============================================================================
--- head/math/SCIP/Makefile	Sat Dec  1 20:39:16 2018	(r486386)
+++ head/math/SCIP/Makefile	Sat Dec  1 21:06:48 2018	(r486387)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 
 CONFLICTS_BUILD=	Ipopt
 
-USES=		cmake:outsource readline tar:tgz
+USES=		compiler:c11 cmake:outsource readline tar:tgz
 EXTRACT_CMD=	gtar
 USE_LDCONFIG=	yes
 PLIST_SUB=	SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}


More information about the svn-ports-all mailing list