aboutsummaryrefslogtreecommitdiff
path: root/lang/gforth/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-10 22:31:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-10 22:31:53 +0000
commit5f6e38366af70a7b2a685cc1eebf4aece0e60cb8 (patch)
tree82cf34be16a11dd3de0587181752105c727291b5 /lang/gforth/Makefile
parentd0a25b15a25e91099c522ee33a3ba60a39095739 (diff)
downloadports-5f6e38366af70a7b2a685cc1eebf4aece0e60cb8.tar.gz
ports-5f6e38366af70a7b2a685cc1eebf4aece0e60cb8.zip
Notes
Diffstat (limited to 'lang/gforth/Makefile')
-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