aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-17 21:57:33 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-18 13:35:33 +0000
commitdded27f0c67d121e639c757313f3d25a4c61cdfa (patch)
tree01bfc9c9920bd573cfb6d7958c82f06994be7e4d
parentcc6c8649d4e1e41b7ae83beac3c25cad9a92166c (diff)
downloadports-dded27f0c67d121e639c757313f3d25a4c61cdfa.tar.gz
ports-dded27f0c67d121e639c757313f3d25a4c61cdfa.zip
textproc/xmlwrapp: Fix build with llvm16
Sponsored by: The FreeBSD Foundation
-rw-r--r--textproc/xmlwrapp/Makefile1
1 files changed, 1 insertions, 0 deletions
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