git: dded27f0c67d - main - textproc/xmlwrapp: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jul 2023 13:35:44 UTC
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