diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-03 15:49:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-03 15:49:55 +0800 |
commit | 9b1a35e9ff7d417504ce1244cbc353a8719e4f6f (patch) | |
tree | d44f21ea06420624436b3cdf6e32688c00e48e38 /games/goonies | |
parent | 576e2ffa92c76ccabaf1cb0d4d0faddd72b2d341 (diff) | |
download | freebsd-ports-gnome-9b1a35e9ff7d417504ce1244cbc353a8719e4f6f.tar.gz freebsd-ports-gnome-9b1a35e9ff7d417504ce1244cbc353a8719e4f6f.tar.zst freebsd-ports-gnome-9b1a35e9ff7d417504ce1244cbc353a8719e4f6f.zip |
Mark as broken on sparc64: dirent.
Hat: portmgr
Diffstat (limited to 'games/goonies')
-rw-r--r-- | games/goonies/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/goonies/Makefile b/games/goonies/Makefile index 45e392ef7a24..b7372acfc4b4 100644 --- a/games/goonies/Makefile +++ b/games/goonies/Makefile @@ -31,6 +31,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: .if ${OSVERSION} < 800501 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900006) @${REINPLACE_CMD} -e 's|__APPLE__|__FreeBSD__|' \ |