diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-06 04:01:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-06 04:01:10 +0800 |
commit | 9b2166b0810356b2ca8a361f907902904804ad3b (patch) | |
tree | 8353c15c3bb44aa85a6fd3d99ed24aedaf8b3cdb /lang | |
parent | bf3c96f214aa441f339d5615a6b6b66012c2917e (diff) | |
download | freebsd-ports-gnome-9b2166b0810356b2ca8a361f907902904804ad3b.tar.gz freebsd-ports-gnome-9b2166b0810356b2ca8a361f907902904804ad3b.tar.zst freebsd-ports-gnome-9b2166b0810356b2ca8a361f907902904804ad3b.zip |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ecl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 272156c53bd2..0bc2c02fc03b 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -15,7 +15,6 @@ LICENSE= LGPL20 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 LIB_DEPENDS= libgmp.so:math/gmp |