git: 9787b2776bab - main - textproc/libkolabxml: explicitely use c++11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 15:17:01 UTC
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}