Date: Tue, 18 Jul 2023 13:35:44 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: dded27f0c67d - main - textproc/xmlwrapp: Fix build with llvm16 Message-ID: <202307181335.36IDZiHB049423@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=dded27f0c67d121e639c757313f3d25a4c61cdfa commit dded27f0c67d121e639c757313f3d25a4c61cdfa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-17 21:57:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-18 13:35:33 +0000 textproc/xmlwrapp: Fix build with llvm16 Sponsored by: The FreeBSD Foundation --- textproc/xmlwrapp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index c32d58864b6e..536491e2456a 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -24,6 +24,7 @@ XSLT_CONFIGURE_ENABLE= xslt USES= compiler:c++11-lang gnome libtool localbase:ldflags pathfix \ pkgconfig +USE_CXXSTD= c++11 USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307181335.36IDZiHB049423>