From 35ea1690ff3ee4c141d8e65a7dbf250936eaa5b0 Mon Sep 17 00:00:00 2001 From: nox Date: Wed, 27 Nov 2013 23:17:57 +0000 Subject: 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 --- graphics/goom/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/goom') diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 322c85c14082..dc382a80e61c 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -40,4 +40,8 @@ pre-everything:: BROKEN= Does not compile on powerpc .endif +.if ${ARCH} == "i386" +USE_GCC= any +.endif + .include -- cgit