diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:46:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:46:52 +0000 |
commit | ae0b9d9f9c3780c52d5e1e33539b0aa285fc13d1 (patch) | |
tree | 111e296f5e30ac43e3ed097a4c0906390abfc794 /lang | |
parent | 26dfe49930c1d57b9470dc71a2dd413be3547781 (diff) |
BROKEN on ia64 and sparc64: Does not compile
Notes
Notes:
svn path=/head/; revision=173191
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ecl/Makefile | 4 |
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="" |