diff options
Diffstat (limited to 'games/r1q2/Makefile')
-rw-r--r-- | games/r1q2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/r1q2/Makefile b/games/r1q2/Makefile index 75bbac279dab..f626e45cb3e4 100644 --- a/games/r1q2/Makefile +++ b/games/r1q2/Makefile @@ -73,6 +73,10 @@ PLIST_SUB+= REF_GL="" PLIST_SUB+= REF_GL="@comment " .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|game$$(ARCH)|game|g' \ ${BUILD_WRKSRC}/game/Makefile |