diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-25 10:13:47 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-25 10:36:28 +0200 |
commit | a4b18cfacadad426603d71d022518cc88b5ba150 (patch) | |
tree | b96e4df76cd2d597da15c5d89063c951a6b1b88a | |
parent | 28c954ae983f82069dc923f2aa8ede9e14324fd0 (diff) | |
download | freebsd-ports-a4b18cfacadad426603d71d022518cc88b5ba150.zip |
textproc/wv2: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | textproc/wv2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |