svn commit: r562107 - head/biology/rampler

Mark Linimon linimon at FreeBSD.org
Wed Jan 20 02:30:14 UTC 2021


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


More information about the svn-ports-all mailing list