svn commit: r380138 - head/devel/godot

Gerald Pfeifer gerald at FreeBSD.org
Sat Feb 28 12:25:19 UTC 2015


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 at 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


More information about the svn-ports-head mailing list