diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-11-29 22:12:28 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-11-29 22:12:28 +0800 |
commit | 558d53fec94dd5bbd1148ddc0c59d843fe4b4293 (patch) | |
tree | 026de400e243087d0023cebf21faca13c257cec9 /lang | |
parent | ce6fc367a6d0c075fb5bea95691db68055036eaf (diff) | |
download | freebsd-ports-gnome-558d53fec94dd5bbd1148ddc0c59d843fe4b4293.tar.gz freebsd-ports-gnome-558d53fec94dd5bbd1148ddc0c59d843fe4b4293.tar.zst freebsd-ports-gnome-558d53fec94dd5bbd1148ddc0c59d843fe4b4293.zip |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com TRYBROKEN run
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ecl/Makefile | 1 | ||||
-rw-r--r-- | lang/intercal/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 47868e8b38f3..6edf8446f862 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -12,7 +12,6 @@ COMMENT= ANSI Common Lisp implementation 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 diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index f8cca60280b1..5deda7c6f5af 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -12,8 +12,6 @@ COMMENT= C-INTERCAL compiler, ick, and supporting libraries LICENSE= GPLv2 -BROKEN_aarch64= ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes - USES= gmake GNU_CONFIGURE= yes CFLAGS+= -D_POSIX_SOURCE |