diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 07:53:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 07:53:21 +0000 |
commit | 430eb66301bd405eefddadea34086f23992c54df (patch) | |
tree | 0b24952272c34a5cc48d01a8800f9e6a90644570 /games/quetoo | |
parent | f148e446eb015639798e51e8896ae368702044f7 (diff) | |
download | ports-430eb66301bd405eefddadea34086f23992c54df.tar.gz ports-430eb66301bd405eefddadea34086f23992c54df.zip |
Notes
Diffstat (limited to 'games/quetoo')
-rw-r--r-- | games/quetoo/Makefile | 4 |
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}, ; \ |