svn commit: r520646 - head/math/rehearse

Mark Linimon linimon at FreeBSD.org
Sun Dec 22 17:59:20 UTC 2019


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


More information about the svn-ports-all mailing list