summaryrefslogtreecommitdiff
path: root/lang/qscheme
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-04 01:50:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-04 01:50:44 +0000
commit4f6a6c9982f47bb4940fcdb597e6311d8bc7d6e0 (patch)
tree529dc67c76c6a37c13bc37f2ef60555873e1a9d9 /lang/qscheme
parentBROKEN on !i386: Does not compile (diff)
BROKEN on amd64 and ia64: Does not build
Notes
Notes: svn path=/head/; revision=123075
Diffstat (limited to 'lang/qscheme')
-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 \