aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-04 09:50:44 +0800
committerKris Kennaway <kris@FreeBSD.org>2004-12-04 09:50:44 +0800
commit4f6a6c9982f47bb4940fcdb597e6311d8bc7d6e0 (patch)
tree529dc67c76c6a37c13bc37f2ef60555873e1a9d9 /lang
parentc6349c090154978a96ec1d9073138164ad38af19 (diff)
downloadfreebsd-ports-gnome-4f6a6c9982f47bb4940fcdb597e6311d8bc7d6e0.tar.gz
freebsd-ports-gnome-4f6a6c9982f47bb4940fcdb597e6311d8bc7d6e0.tar.zst
freebsd-ports-gnome-4f6a6c9982f47bb4940fcdb597e6311d8bc7d6e0.zip
BROKEN on amd64 and ia64: Does not build
Diffstat (limited to 'lang')
-rw-r--r--lang/qscheme/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile
index df1352f986a2..dbaa5b79903c 100644
--- a/lang/qscheme/Makefile
+++ b/lang/qscheme/Makefile
@@ -38,6 +38,10 @@ post-patch:
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 or ia64"
+.endif
+
.if ${OSVERSION} >= 500000
BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS+= --with-gmp-dir=${LOCALBASE}/lib \