Date: Fri, 30 Jun 2023 15:17:01 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9787b2776bab - main - textproc/libkolabxml: explicitely use c++11 Message-ID: <202306301517.35UFH1dV064202@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=9787b2776bab516910f9f73e9e0c9e23b8636373 commit 9787b2776bab516910f9f73e9e0c9e23b8636373 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-06-30 13:14:55 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-06-30 15:15:46 +0000 textproc/libkolabxml: explicitely use c++11 this fixes the build on current --- textproc/libkolabxml/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile index 20a6e513dd2d..4d77de9e5ccc 100644 --- a/textproc/libkolabxml/Makefile +++ b/textproc/libkolabxml/Makefile @@ -27,6 +27,7 @@ CMAKE_OFF= BUILD_TESTS \ PHP_BINDINGS \ PYTHON_BINDINGS USES= cmake +USE_CXXSTD= c++11 USE_LDCONFIG= yes PLIST_SUB= SHLIB_VER=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306301517.35UFH1dV064202>