Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2023 02:31:16 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d9ac156fbbf - main - security/shibboleth-sp: Fix build with llvm16
Message-ID:  <202308160231.37G2VG2c018545@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308160231.37G2VG2c018545>