summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 01:46:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 01:46:52 +0000
commitae0b9d9f9c3780c52d5e1e33539b0aa285fc13d1 (patch)
tree111e296f5e30ac43e3ed097a4c0906390abfc794 /lang/ecl
parentBROKEN on amd64 and sparc64: Does not compile (diff)
BROKEN on ia64 and sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=173191
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile
index 5d7e1832e1d9..ba81ff44309e 100644
--- a/lang/ecl/Makefile
+++ b/lang/ecl/Makefile
@@ -39,6 +39,10 @@ LDCONFIG_DIRS= %%PREFIX%%/lib/ecl
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ${ARCH}
+.endif
+
.if !defined(WITHOUT_ASDF)
CONFIGURE_ARGS+=--with-asdf=yes
PLIST_SUB+= ASDF=""