diff options
-rw-r--r-- | graphics/EZWGL/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 8d11c3ad9b47..69f932e28a79 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -29,6 +29,10 @@ NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken .include "${FILESDIR}/manpages" +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + post-extract: ${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf |