diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /lang/ecl | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) |
Notes
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 0e2579e4c3d5..6a9aa6e54671 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -12,10 +12,12 @@ COMMENT= ANSI Common Lisp implementation LICENSE= LGPL20 -LIB_DEPENDS= libgmp.so:math/gmp +BROKEN_aarch64= fails to compile: error: unknown type name AO_TS_t +BROKEN_mips= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped +BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped +BROKEN_powerpc64= fails to link: undefined reference to fmodl -BROKEN_aarch64= Does not compile: error: unknown type name AO_TS_t -BROKEN_powerpc64= Does not link: undefined reference to fmodl +LIB_DEPENDS= libgmp.so:math/gmp MAKE_JOBS_UNSAFE= yes USES= gmake perl5 tar:tgz |