aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/goom
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2013-11-28 07:17:57 +0800
committernox <nox@FreeBSD.org>2013-11-28 07:17:57 +0800
commit35ea1690ff3ee4c141d8e65a7dbf250936eaa5b0 (patch)
tree545ef5cc982a1fc10b46e5d98654ba97b1d80e4a /graphics/goom
parent7867868b2736a3b181ebadc5c626f0b15835256e (diff)
downloadfreebsd-ports-gnome-35ea1690ff3ee4c141d8e65a7dbf250936eaa5b0.tar.gz
freebsd-ports-gnome-35ea1690ff3ee4c141d8e65a7dbf250936eaa5b0.tar.zst
freebsd-ports-gnome-35ea1690ff3ee4c141d8e65a7dbf250936eaa5b0.zip
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
Diffstat (limited to 'graphics/goom')
-rw-r--r--graphics/goom/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.post.mk>