Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2023 08:36:43 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a4b18cfacada - main - textproc/wv2: Fix build with llvm16
Message-ID:  <202307250836.36P8ahop054169@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307250836.36P8ahop054169>