aboutsummaryrefslogtreecommitdiff
path: root/graphics/goom
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-11-27 23:17:57 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-11-27 23:17:57 +0000
commitd19b8024ffcbacdd5fcfab628d9a94ac1cebbb6e (patch)
tree545ef5cc982a1fc10b46e5d98654ba97b1d80e4a /graphics/goom
parentd437afe7420ae5fe124d17e9113ef634d543a690 (diff)
downloadports-d19b8024ffcbacdd5fcfab628d9a94ac1cebbb6e.tar.gz
ports-d19b8024ffcbacdd5fcfab628d9a94ac1cebbb6e.zip
Fix build on 10+/i386 by setting USE_GCC= any for i386.
Notes
Notes: svn path=/head/; revision=335072
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>