svn commit: r335072 - head/graphics/goom

Juergen Lock nox at FreeBSD.org
Wed Nov 27 23:17:57 UTC 2013


Author: nox
Date: Wed Nov 27 23:17:57 2013
New Revision: 335072
URL: http://svnweb.freebsd.org/changeset/ports/335072

Log:
  Fix build on 10+/i386 by setting USE_GCC= any for i386.
  
  Submitted by:	beefy1 via pkg-fallout -
  	http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-21_01h42m23s/logs/goom-2k4.0_3.log

Modified:
  head/graphics/goom/Makefile   (contents, props changed)

Modified: head/graphics/goom/Makefile
==============================================================================
--- head/graphics/goom/Makefile	Wed Nov 27 22:38:06 2013	(r335071)
+++ head/graphics/goom/Makefile	Wed Nov 27 23:17:57 2013	(r335072)
@@ -40,4 +40,8 @@ pre-everything::
 BROKEN=		Does not compile on powerpc
 .endif
 
+.if ${ARCH} == "i386"
+USE_GCC=	any
+.endif
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list