From dded27f0c67d121e639c757313f3d25a4c61cdfa Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 17 Jul 2023 23:57:33 +0200 Subject: [PATCH] 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