aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-15 06:57:15 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-16 02:31:00 +0000
commit1d9ac156fbbf92a432538dc300020c09f94832ee (patch)
treea54743f34e39593b7e2cd75122f571b1ed75ceeb
parent8a6f7baa091cd062586755e94a36ff62b0196aed (diff)
downloadports-1d9ac156fbbf92a432538dc300020c09f94832ee.tar.gz
ports-1d9ac156fbbf92a432538dc300020c09f94832ee.zip
security/shibboleth-sp: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--security/shibboleth-sp/Makefile2
1 files changed, 2 insertions, 0 deletions
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