aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/quetoo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quetoo/Makefile b/games/quetoo/Makefile
index 2bf2b5d03cca..ba382dfe9444 100644
--- a/games/quetoo/Makefile
+++ b/games/quetoo/Makefile
@@ -80,6 +80,10 @@ CONFIGURE_ARGS+= --without-mysql
CONFIGURE_ARGS+= --with-games='${Q2GAMES}'
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
post-patch: .SILENT
${REINPLACE_CMD} -E 's,^(eval PKGDATADIR=).*$$,\1"${Q2DIR}", ; \
19752s,sdl-config,${SDL_CONFIG}, ; \