Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 12:25:18 +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: r380138 - head/devel/godot
Message-ID:  <201502281225.t1SCPImm038867@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Feb 28 12:25:18 2015
New Revision: 380138
URL: https://svnweb.freebsd.org/changeset/ports/380138
QAT: https://qat.redports.org/buildarchive/r380138/

Log:
  Replace USE_GCC=4.8+ by USE_GCC=yes.
  
  Approved by:	maintainer (Shane Ambler <FreeBSD@Shaneware.biz>)

Modified:
  head/devel/godot/Makefile

Modified: head/devel/godot/Makefile
==============================================================================
--- head/devel/godot/Makefile	Sat Feb 28 12:23:50 2015	(r380137)
+++ head/devel/godot/Makefile	Sat Feb 28 12:25:18 2015	(r380138)
@@ -51,7 +51,7 @@ BROKEN=	clang fails to link on 8.x
 LLSUF=	.llvm
 MAKE_ARGS+=	use_llvm=yes
 .else  # clang
-USE_GCC=	4.8+
+USE_GCC=	yes
 .if ${ARCH} == i386
 CXXFLAGS+=	-march=i586
 .endif



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