diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-19 07:54:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-19 07:54:14 +0000 |
commit | 915abc4271b9c66d147119c62d4110f1771ad193 (patch) | |
tree | 4fded8650c196114136a868827c1d51c948f5a5a /lang/gforth/Makefile | |
parent | a51e6addb6aeff0d43f9462b67f3274d1b113bf8 (diff) | |
download | ports-915abc4271b9c66d147119c62d4110f1771ad193.tar.gz ports-915abc4271b9c66d147119c62d4110f1771ad193.zip |
Notes
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 7804af6286df..dacbfed03c73 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -53,9 +53,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall BROKEN= Does not compile on ports build cluster .endif -.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile .endif +.endif .if ${ARCH} == i386 WORDSIZE=32 |