aboutsummaryrefslogtreecommitdiff
path: root/games/rubix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/rubix/Makefile')
-rw-r--r--games/rubix/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/rubix/Makefile b/games/rubix/Makefile
index 5eb7ec481339..10f120011f50 100644
--- a/games/rubix/Makefile
+++ b/games/rubix/Makefile
@@ -11,8 +11,6 @@ MASTER_SITES= http://sed.free.fr/rubix/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Another Rubik's cube game with a rather interesting interface
-BROKEN_powerpc64= Does not build
-
USES= compiler:nestedfct gmake tar:bzip2
USE_XORG= x11
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \
@@ -26,7 +24,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
-.if (${ARCH} == mips || ${ARCH} == mips64) && ${COMPILER_TYPE} == gcc
+.if (${ARCH} == mips || ${ARCH} == mips64 || ${ARCH} == powerpc || ${ARCH} == powerpc64) && ${COMPILER_TYPE} == gcc
CFLAGS+= -fnested-functions
.endif