svn commit: r535275 - head/biology/scrm

Mark Linimon linimon at FreeBSD.org
Fri May 15 07:30:35 UTC 2020


Author: linimon
Date: Fri May 15 07:30:34 2020
New Revision: 535275
URL: https://svnweb.freebsd.org/changeset/ports/535275

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/scrm/Makefile

Modified: head/biology/scrm/Makefile
==============================================================================
--- head/biology/scrm/Makefile	Fri May 15 07:21:42 2020	(r535274)
+++ head/biology/scrm/Makefile	Fri May 15 07:30:34 2020	(r535275)
@@ -11,7 +11,7 @@ COMMENT=	Coalescent simulator for biological sequences
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		autoreconf gmake
+USES=		autoreconf compiler:c++11-lang gmake
 USE_GITHUB=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list