git: 0746ebd6965d - main - devel/xsd: fix build on current
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Jun 2023 17:33:43 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0746ebd6965d8a9619bc43ed7cd911b104de6046
commit 0746ebd6965d8a9619bc43ed7cd911b104de6046
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-06-29 17:22:21 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-06-29 17:22:21 +0000
devel/xsd: fix build on current
explicitely set std to c++11
---
devel/xsd/Makefile | 1 +
1 file changed, 1 insertion(+)
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 \