diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-15 06:57:15 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-16 02:31:00 +0000 |
commit | 1d9ac156fbbf92a432538dc300020c09f94832ee (patch) | |
tree | a54743f34e39593b7e2cd75122f571b1ed75ceeb | |
parent | 8a6f7baa091cd062586755e94a36ff62b0196aed (diff) | |
download | ports-1d9ac156fbbf92a432538dc300020c09f94832ee.tar.gz ports-1d9ac156fbbf92a432538dc300020c09f94832ee.zip |
-rw-r--r-- | security/shibboleth-sp/Makefile | 2 |
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 |