diff options
Diffstat (limited to 'security/openvpn-auth-ldap/Makefile')
-rw-r--r-- | security/openvpn-auth-ldap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile index ca4fdf2c9747..eb99298f682e 100644 --- a/security/openvpn-auth-ldap/Makefile +++ b/security/openvpn-auth-ldap/Makefile @@ -29,10 +29,10 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> .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 +# Use GCC from ports because Objective-C support is no longer included +# in base. lang/libobjc2 + clang currently do not work, nor do newer +# versions of GCC. +USE_GCC= 4.6 CONFIGURE_ENV+= OBJC="${CC}" .endif |