Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2019 17:59:20 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520646 - head/math/rehearse
Message-ID:  <201912221759.xBMHxKeS080046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec 22 17:59:20 2019
New Revision: 520646
URL: https://svnweb.freebsd.org/changeset/ports/520646

Log:
  Fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/rehearse/Makefile

Modified: head/math/rehearse/Makefile
==============================================================================
--- head/math/rehearse/Makefile	Sun Dec 22 17:46:25 2019	(r520645)
+++ head/math/rehearse/Makefile	Sun Dec 22 17:59:20 2019	(r520646)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libClp.so:math/clp \
 		libOsi.so:math/osi
 
-USES=		gmake libtool pkgconfig
+USES=		compiler:c++11-lang gmake libtool pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
 GH_PROJECT=	Rehearse



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