aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-01-02 16:45:08 +0800
committermandree <mandree@FreeBSD.org>2014-01-02 16:45:08 +0800
commit0e45a575eb6c4bf8df6bdf49abab44a311897070 (patch)
treec4a3d1b71e951518ed1adeabc60a98f19aaf3061 /security
parentfddd100bf7c68dad539fa9a1ad8e1fa4a9fe2461 (diff)
downloadfreebsd-ports-gnome-0e45a575eb6c4bf8df6bdf49abab44a311897070.tar.gz
freebsd-ports-gnome-0e45a575eb6c4bf8df6bdf49abab44a311897070.tar.zst
freebsd-ports-gnome-0e45a575eb6c4bf8df6bdf49abab44a311897070.zip
Expand comment on why GCC is required.
Diffstat (limited to 'security')
-rw-r--r--security/openvpn-auth-ldap/Makefile2
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