diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-04 00:16:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-04 00:16:03 +0800 |
commit | 8006b421c03b23657b312ac3025df770ae0bcb0e (patch) | |
tree | 304f0b96283d59524377783189e1c4fe96b60cab /lang/ecl | |
parent | b3601c7cb5f2eff061e4ab15d369cdcd15fecb34 (diff) | |
download | freebsd-ports-gnome-8006b421c03b23657b312ac3025df770ae0bcb0e.tar.gz freebsd-ports-gnome-8006b421c03b23657b312ac3025df770ae0bcb0e.tar.zst freebsd-ports-gnome-8006b421c03b23657b312ac3025df770ae0bcb0e.zip |
Now builds on sparc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 0042458916d7..021c2d4ac81e 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -12,10 +12,10 @@ COMMENT= ANSI Common Lisp implementation LICENSE= LGPL20 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libgmp.so:math/gmp +BROKEN_powerpc64= Does not build + MAKE_JOBS_UNSAFE= yes USES= gmake perl5 tar:tgz USE_PERL5= build @@ -36,9 +36,6 @@ DFFI_DESC= Dynamic foreign-function support OPTIONS_SUB= yes PLIST_SUB= VERSION="${PORTVERSION}" -BROKEN_ia64= does not compile -BROKEN_sparc64= does not compile - ASDF_CONFIGURE_ON= --with-asdf=yes ASDF_CONFIGURE_OFF= --with-asdf=no |