From 912a0fceb5903543c97d9abfc309831d9f12dcb2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 13 Dec 2023 23:11:55 -0800 Subject: biology/locarna: Fix build on 14.x and main The code uses the STL method that was remved in C++17. Reported by: fallout --- biology/locarna/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3