Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2018 21:06:48 +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: r486387 - head/math/SCIP
Message-ID:  <201812012106.wB1L6mmb083152@repo.freebsd.org>

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



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