diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-09-17 09:14:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-09-17 09:14:24 +0000 |
commit | 1b9a8100a2013b46c015a363d3e6804b3287ef62 (patch) | |
tree | c2ed51f30875e0a9e14e6a77c1f86fcaeff0db98 | |
parent | 320a91564b096a2a1d88f774d0ea7b5df2bbb2e8 (diff) | |
download | ports-1b9a8100a2013b46c015a363d3e6804b3287ef62.tar.gz ports-1b9a8100a2013b46c015a363d3e6804b3287ef62.zip |
Mark as broken on sparc64: does not compile.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=261320
-rw-r--r-- | astro/fowsr/Makefile | 4 |
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> |