diff options
author | pav <pav@FreeBSD.org> | 2007-12-11 06:31:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-11 06:31:53 +0800 |
commit | 87c76edb83529925bd296a39a1107bcf548c615c (patch) | |
tree | f257cd3945bf06fdeb56b5809161bf0dfeadd90a /lang/gforth | |
parent | 8904cc921b9ef9be79fc77268c450e202e407b28 (diff) | |
download | freebsd-ports-gnome-87c76edb83529925bd296a39a1107bcf548c615c.tar.gz freebsd-ports-gnome-87c76edb83529925bd296a39a1107bcf548c615c.tar.zst freebsd-ports-gnome-87c76edb83529925bd296a39a1107bcf548c615c.zip |
- Mark BROKEN on amd64-7
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 81d9636cb4d9..59d31a968e69 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -54,6 +54,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/avcall.h:${PORTSDIR}/devel/ffcall BROKEN= Does not compile on ports build cluster .endif +.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +BROKEN= Does not compile +.endif + .if ${ARCH} == i386 WORDSIZE=32 .else |