aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile4
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