svn commit: r480427 - head/math/SoPlex

Yuri Victorovich yuri at FreeBSD.org
Sat Sep 22 18:43:31 UTC 2018


Author: yuri
Date: Sat Sep 22 18:43:30 2018
New Revision: 480427
URL: https://svnweb.freebsd.org/changeset/ports/480427

Log:
  math/SoPlex: fix build on GCC-based architectures
  
  Add USES=compiler:c++11-lang
  
  PR:		231598
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/math/SoPlex/Makefile

Modified: head/math/SoPlex/Makefile
==============================================================================
--- head/math/SoPlex/Makefile	Sat Sep 22 18:08:12 2018	(r480426)
+++ head/math/SoPlex/Makefile	Sat Sep 22 18:43:30 2018	(r480427)
@@ -17,7 +17,7 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=		cmake:outsource tar:tgz
+USES=		cmake:outsource compiler:c++11-lang tar:tgz
 USE_LDCONFIG=	yes
 PLIST_SUB=	SHL4=${DISTVERSION}.0 SHL2=${DISTVERSION:R}
 


More information about the svn-ports-head mailing list