Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 18:43:30 +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: r480427 - head/math/SoPlex
Message-ID:  <201809221843.w8MIhUQ8075026@repo.freebsd.org>

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



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