git: f97b345d2bac - main - security/opensaml: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 20:30:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f97b345d2bac14a197a39345197866e8f0714d5a commit f97b345d2bac14a197a39345197866e8f0714d5a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 19:08:40 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 20:30:17 +0000 security/opensaml: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- security/opensaml/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 167c53442ed9..0b08a98a67d9 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-doxygen-doc --disable-dependency-tracking USES= cpe gmake libtool pkgconfig tar:bzip2 ssl +USE_CXXSTD= c++14 CPE_VENDOR= shibboleth USE_LDCONFIG= yes