summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-09-17 09:14:24 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-09-17 09:14:24 +0000
commit1b9a8100a2013b46c015a363d3e6804b3287ef62 (patch)
treec2ed51f30875e0a9e14e6a77c1f86fcaeff0db98 /astro
parentMark as broken on sparc64: fails to compile. (diff)
Mark as broken on sparc64: does not compile.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=261320
Diffstat (limited to 'astro')
-rw-r--r--astro/fowsr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile
index 703bfc341f44..6e9578860b79 100644
--- a/astro/fowsr/Makefile
+++ b/astro/fowsr/Makefile
@@ -43,4 +43,8 @@ LDFLAGS+= "-L${PREFIX}/lib"
MAKE_ENV+= "LDFLAGS=${LDFLAGS}"
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
.include <bsd.port.post.mk>