diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:58:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 03:58:14 +0000 |
commit | d4dcd29e1beb21e27ccc52cef2bab4374a05642a (patch) | |
tree | 730a61cd0e0d1a568abce9d7cc32a6ab25f22fba /graphics/EZWGL | |
parent | 38f2045cda57d1633f8af4e33b66eb7bdb33ff1a (diff) |
Notes
Diffstat (limited to 'graphics/EZWGL')
-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 |