From b676141424e5e21033ec1deba5263d9bc3868f29 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 23 Jul 2023 20:08:36 +0200 Subject: textproc/aiksaurus: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- textproc/aiksaurus/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile index f8b20fa485a8..495f2ce74562 100644 --- a/textproc/aiksaurus/Makefile +++ b/textproc/aiksaurus/Makefile @@ -12,7 +12,9 @@ LICENSE= GPLv2 USES= gmake libtool pathfix pkgconfig USE_CSTD= gnu89 +USE_CXXSTD= c++14 USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS?=--without-gtk -- cgit v1.2.3