diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-19 15:54:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-19 15:54:14 +0800 |
commit | 9d213b93255e1fb76967480f0cdb276db7156a41 (patch) | |
tree | cd5565d31132633219f6714ea566a1195409cb04 /lang/gforth | |
parent | 738d964e940b9cd5cb1f557255a63422c6712331 (diff) | |
download | freebsd-ports-gnome-9d213b93255e1fb76967480f0cdb276db7156a41.tar.gz freebsd-ports-gnome-9d213b93255e1fb76967480f0cdb276db7156a41.tar.zst freebsd-ports-gnome-9d213b93255e1fb76967480f0cdb276db7156a41.zip |
Also broken on sparc64.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'lang/gforth')
-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 |