git: 1d9ac156fbbf - main - security/shibboleth-sp: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 02:31:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d9ac156fbbf92a432538dc300020c09f94832ee commit 1d9ac156fbbf92a432538dc300020c09f94832ee Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-15 06:57:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-16 02:31:00 +0000 security/shibboleth-sp: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- security/shibboleth-sp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/shibboleth-sp/Makefile b/security/shibboleth-sp/Makefile index 89f4114fd1f8..6f7cd3f1f9dd 100644 --- a/security/shibboleth-sp/Makefile +++ b/security/shibboleth-sp/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= libsaml.so:security/opensaml \ libexpat.so:textproc/expat2 USES= gmake tar:bzip2 cpe pkgconfig libtool bdb +USE_CXXSTD= c++14 + GNU_CONFIGURE= yes MAKE_ENV= NOKEYGEN=YES USE_LDCONFIG= yes