Skip to content

Commit

Permalink
devel/xsd: fix build on current
Browse files Browse the repository at this point in the history
explicitely set std to c++11
  • Loading branch information
tcberner committed Jun 29, 2023
1 parent d46de2a commit 0746ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/xsd/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 0746ebd

Please sign in to comment.