diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-19 15:45:43 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-19 15:45:43 +0800 |
commit | a51e6addb6aeff0d43f9462b67f3274d1b113bf8 (patch) | |
tree | 4d6f548a9cb1f4ce2d84ffe4724c4ece26b7c1fe /lang/clisp | |
parent | 2111df9bcac5a576cd5647c9860b2f1c2e0ad8c3 (diff) | |
download | freebsd-ports-gnome-a51e6addb6aeff0d43f9462b67f3274d1b113bf8.tar.gz freebsd-ports-gnome-a51e6addb6aeff0d43f9462b67f3274d1b113bf8.tar.zst freebsd-ports-gnome-a51e6addb6aeff0d43f9462b67f3274d1b113bf8.zip |
Mark as broken on sparc64.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'lang/clisp')
-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 3ac8d7700ff7..e4c840e87866 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -62,6 +62,10 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+=--disable-mmap .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + MODULES= BDB CLX_MIT CLX_NEW DBUS FASTCGI GDBM GTK2 ORACLE PARI PCRE \ PGSQL RAWSOCK SVM WILDCARD ZLIB |