git: a4b18cfacada - main - textproc/wv2: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 08:36:43 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b18cfacadad426603d71d022518cc88b5ba150 commit a4b18cfacadad426603d71d022518cc88b5ba150 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-25 08:13:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-25 08:36:28 +0000 textproc/wv2: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- textproc/wv2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile index 6ef9c8510530..1a906effc4af 100644 --- a/textproc/wv2/Makefile +++ b/textproc/wv2/Makefile @@ -12,6 +12,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB USES= cmake gnome iconv libtool pkgconfig tar:bzip2 +USE_CXXSTD= c++14 USE_GNOME= libgsf USE_LDCONFIG= yes