git: b676141424e5 - main - textproc/aiksaurus: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 18:45:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b676141424e5e21033ec1deba5263d9bc3868f29 commit b676141424e5e21033ec1deba5263d9bc3868f29 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 18:08:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 18:45:15 +0000 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