diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-01-02 08:45:08 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-01-02 08:45:08 +0000 |
commit | 284106c7d987e5724f1e72ee4419c0a2ac526bd3 (patch) | |
tree | c4a3d1b71e951518ed1adeabc60a98f19aaf3061 /security/openvpn-auth-ldap | |
parent | 8ab663cd7d864ce48bcc0da2d7673e1792342f7e (diff) |
Notes
Diffstat (limited to 'security/openvpn-auth-ldap')
-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 99d28f0e92b9..128a33202839 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 |