diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-18 17:44:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-18 17:44:48 +0800 |
commit | 40a6bec70ab0f090c68c2f15e16b43dc8141d55e (patch) | |
tree | 9b69253eb1b2226cb069155fee1f0057cac23342 /games/gnubg | |
parent | 8bb1fb277b21c4c2dcb56973079d898de420c263 (diff) | |
download | freebsd-ports-gnome-40a6bec70ab0f090c68c2f15e16b43dc8141d55e.tar.gz freebsd-ports-gnome-40a6bec70ab0f090c68c2f15e16b43dc8141d55e.tar.zst freebsd-ports-gnome-40a6bec70ab0f090c68c2f15e16b43dc8141d55e.zip |
- BROKEN: does not build on sparc64
Submitted by: pointyhat via kris
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 9f15a9ad4940..fd495a515687 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -76,4 +76,10 @@ post-patch: ${REINPLACE_CMD} -e 's|"getopt\.h"|<getopt.h>|g' ${WRKSRC}/${file} .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= does not compile on sparc64 +.endif + +.include <bsd.port.post.mk> |