diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index 99d28f0e92b..128a3320283 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -34,6 +34,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz .if ${OSVERSION} >= 900000 # Use gcc from ports because Objective C support no longer included in base +# and the GNU Objective-C runtime is required, lang/libobjc2 + clang +# does not work currently. USE_GCC= yes CONFIGURE_ENV+= OBJC="${CC}" .endif |