aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-20 02:31:33 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-20 02:31:33 +0000
commit7b1d50abc2d90f64c5a59a9ffe0b576f44d8b1cf (patch)
tree6c09c4e6289e1e884cded05579e5cc5c7cb7ac82 /biology
parent2f70a057628a7fc51be684a8865b9a0d91ebf06f (diff)
downloadports-7b1d50abc2d90f64c5a59a9ffe0b576f44d8b1cf.tar.gz
ports-7b1d50abc2d90f64c5a59a9ffe0b576f44d8b1cf.zip
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)
Notes
Notes: svn path=/head/; revision=562108
Diffstat (limited to 'biology')
-rw-r--r--biology/edlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/edlib/Makefile b/biology/edlib/Makefile
index 6b5a21442bf6..5fb0caa88116 100644
--- a/biology/edlib/Makefile
+++ b/biology/edlib/Makefile
@@ -10,7 +10,7 @@ COMMENT= Fast C++ library for sequence alignment using edit distance
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake
+USES= cmake compiler:c++14-lang
USE_LDCONFIG= yes
USE_GITHUB= yes