diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 10:01:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 10:01:07 +0000 |
commit | 4c32aa4c4d91797cb4f2ca5bebdd976632bf90e8 (patch) | |
tree | bbfb69a369d64dff7e042bd95d1819f5ece325ca /games/d2x-xl | |
parent | e18fcbd4100e6f3d47f553324a0547cd39d0fec3 (diff) | |
download | ports-4c32aa4c4d91797cb4f2ca5bebdd976632bf90e8.tar.gz ports-4c32aa4c4d91797cb4f2ca5bebdd976632bf90e8.zip |
Mark as broken on sparc64: fails to compile.
Notes
Notes:
svn path=/head/; revision=230208
Diffstat (limited to 'games/d2x-xl')
-rw-r--r-- | games/d2x-xl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/d2x-xl/Makefile b/games/d2x-xl/Makefile index cb34c5331621..dd6eed00a67e 100644 --- a/games/d2x-xl/Makefile +++ b/games/d2x-xl/Makefile @@ -35,6 +35,10 @@ OPTIONS= OPENGL "Use OpenGL for 3D graphics" on .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if !defined(WITHOUT_OPENGL) USE_GL= gl glu glut CONFIGURE_ARGS+=--with-opengl |