diff options
Diffstat (limited to 'astro/fowsr/Makefile')
-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 703bfc3..6e95788 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> |