diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-23 18:08:36 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-23 18:45:15 +0000 |
commit | b676141424e5e21033ec1deba5263d9bc3868f29 (patch) | |
tree | 82695c3de8178c927d1f7f2cc331416850670187 | |
parent | a90a4f5fc970a2612849e6098dca336f4cd4f79f (diff) |
textproc/aiksaurus: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | textproc/aiksaurus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |