Date: Wed, 27 Nov 2013 23:17:57 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335072 - head/graphics/goom Message-ID: <201311272317.rARNHv7U055905@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311272317.rARNHv7U055905>