aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-06-29 17:22:21 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-06-29 17:22:21 +0000
commit0746ebd6965d8a9619bc43ed7cd911b104de6046 (patch)
treed6b96a2003ac11649144db7e2874191c67211e52
parentd46de2a0da4febd0050cf7a95da6b2218955dd26 (diff)
downloadports-0746ebd6965d8a9619bc43ed7cd911b104de6046.tar.gz
ports-0746ebd6965d8a9619bc43ed7cd911b104de6046.zip
devel/xsd: fix build on current
explicitely set std to c++11
-rw-r--r--devel/xsd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile
index 5fe323d43260..06e02ce6f72c 100644
--- a/devel/xsd/Makefile
+++ b/devel/xsd/Makefile
@@ -23,6 +23,7 @@ LIB_DEPENDS= libcutl.so:devel/libcutl \
libxerces-c.so:textproc/xerces-c3
USES= compiler:c++11-lang ghostscript:build gmake localbase:ldflags tar:bzip2
+USE_CXXSTD= c++11
MAKEFILE= makefile
MAKE_ARGS= EXTERNAL_LIBCUTL=y \