svn commit: r338425 - head/security/openvpn-auth-ldap

Matthias Andree mandree at FreeBSD.org
Thu Jan 2 08:45:09 UTC 2014


Author: mandree
Date: Thu Jan  2 08:45:08 2014
New Revision: 338425
URL: http://svnweb.freebsd.org/changeset/ports/338425

Log:
  Expand comment on why GCC is required.

Modified:
  head/security/openvpn-auth-ldap/Makefile

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Thu Jan  2 08:42:08 2014	(r338424)
+++ head/security/openvpn-auth-ldap/Makefile	Thu Jan  2 08:45:08 2014	(r338425)
@@ -34,6 +34,8 @@ BUILD_DEPENDS+=	${LOCALBASE}/bin/xz:${PO
 
 .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


More information about the svn-ports-all mailing list