Date: Thu, 2 Jan 2014 08:45:08 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338425 - head/security/openvpn-auth-ldap Message-ID: <201401020845.s028j83U000929@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401020845.s028j83U000929>