Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 00:38:36 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346847 - head/security/openvpn-auth-ldap
Message-ID:  <201403030038.s230canV059182@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Mar  3 00:38:36 2014
New Revision: 346847
URL: http://svnweb.freebsd.org/changeset/ports/346847
QAT: https://qat.redports.org/buildarchive/r346847/

Log:
  This port really requires not just GCC, but also no version newer than
  GCC 4.6 -- so, set USE_GCC=4.6.
  
  Approved by:	snb (maintainer)

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

Modified: head/security/openvpn-auth-ldap/Makefile
==============================================================================
--- head/security/openvpn-auth-ldap/Makefile	Mon Mar  3 00:33:16 2014	(r346846)
+++ head/security/openvpn-auth-ldap/Makefile	Mon Mar  3 00:38:36 2014	(r346847)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403030038.s230canV059182>