Date: Wed, 20 Jan 2021 02:31:33 +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: r562108 - head/biology/edlib Message-ID: <202101200231.10K2VXmw088819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Jan 20 02:31:33 2021 New Revision: 562108 URL: https://svnweb.freebsd.org/changeset/ports/562108 Log: Fix build on GCC-based systems by adding compiler:c++14-lang to USES: CMake Error in CMakeLists.txt: Target "runTests" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket) Modified: head/biology/edlib/Makefile Modified: head/biology/edlib/Makefile ============================================================================== --- head/biology/edlib/Makefile Wed Jan 20 02:30:13 2021 (r562107) +++ head/biology/edlib/Makefile Wed Jan 20 02:31:33 2021 (r562108) @@ -10,7 +10,7 @@ COMMENT= Fast C++ library for sequence alignment using LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake compiler:c++14-lang USE_LDCONFIG= yes USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101200231.10K2VXmw088819>