aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biology/locarna/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/locarna/Makefile b/biology/locarna/Makefile
index 4483c3792d59..53d51d26f8c8 100644
--- a/biology/locarna/Makefile
+++ b/biology/locarna/Makefile
@@ -19,6 +19,7 @@ TEST_DEPENDS= bash:shells/bash \
USES= autoreconf gmake libtool perl5 pkgconfig shebangfix
USE_LDCONFIG= yes
+USE_CXXSTD= c++14 # workaround for https://github.com/s-will/LocARNA/issues/82 (LocARNA uses the removed STL method)
CXXFLAGS+= -I${LOCALBASE}/include/catch2 # use external catch