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 | This only works on architectures where sizeof(int) == sizeof(void*), i.e. (diff) |
BROKEN on sparc64: Build fails
Notes
Notes:
svn path=/head/; revision=106779
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 |