Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2021 02:30:14 +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: r562107 - head/biology/rampler
Message-ID:  <202101200230.10K2UE0g086064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Jan 20 02:30:13 2021
New Revision: 562107
URL: https://svnweb.freebsd.org/changeset/ports/562107

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    CMake Error in CMakeLists.txt:
    Target "rampler" requires the language dialect "CXX11" , but CMake does not
    know the compile flags to use to enable it.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/rampler/Makefile

Modified: head/biology/rampler/Makefile
==============================================================================
--- head/biology/rampler/Makefile	Wed Jan 20 01:08:07 2021	(r562106)
+++ head/biology/rampler/Makefile	Wed Jan 20 02:30:13 2021	(r562107)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	bioparser>0:biology/bioparser \
 		${LOCALBASE}/include/biosoup/nucleic_acid.hpp:biology/biosoup
 
-USES=		cmake localbase
+USES=		cmake compiler:c++11-lang localbase
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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