diff options
author | kris <kris@FreeBSD.org> | 2005-10-29 06:44:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-29 06:44:44 +0800 |
commit | a50b75a60e1c29af92a91a57e7e50c584b8f8f3f (patch) | |
tree | ae906dbb6d5f1a5e28d953717ddfd5552028e060 /lang/clisp/Makefile | |
parent | 9f36fdae304c4949f7e9a510558a561d84046837 (diff) | |
download | freebsd-ports-gnome-a50b75a60e1c29af92a91a57e7e50c584b8f8f3f.tar.gz freebsd-ports-gnome-a50b75a60e1c29af92a91a57e7e50c584b8f8f3f.tar.zst freebsd-ports-gnome-a50b75a60e1c29af92a91a57e7e50c584b8f8f3f.zip |
BROKEN on amd64 and ia64: Does not compile
Diffstat (limited to 'lang/clisp/Makefile')
-rw-r--r-- | lang/clisp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index bbd2e01992b4..a4db4b851c3b 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -32,6 +32,10 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \ .include <bsd.port.pre.mk> +.if ${ARCH} == amd64 || ${ARCH} == ia64 +BROKEN= "Does not compile on amd64 or ia64" +.endif + # The source doesn't include a top-level Makefile, so we'll fake one. post-extract: @cd ${WRKSRC} && \ |