Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 20:30:26 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: f97b345d2bac - main - security/opensaml: Fix build with llvm16
Message-ID:  <202308062030.376KUQq1034529@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=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
 



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