diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-03-29 21:39:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-03-29 21:39:08 +0000 |
commit | 4f0946af296d01847ab2f23656980a5cc2027beb (patch) | |
tree | 745bce3c2379d7bd21818f9cf8a9f05993ec1bdf /lang/intercal | |
parent | 9757b2a6aea7df2c7c104b6bf9286c4fb041b901 (diff) | |
download | ports-4f0946af296d01847ab2f23656980a5cc2027beb.tar.gz ports-4f0946af296d01847ab2f23656980a5cc2027beb.zip |
Notes
Diffstat (limited to 'lang/intercal')
-rw-r--r-- | lang/intercal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index 79cdda21f243..44320d6cb1cb 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://www.catb.org/~esr/intercal/ MAINTAINER= johans@FreeBSD.org COMMENT= C-INTERCAL compiler, ick, and supporting libraries +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 + GNU_CONFIGURE= yes USES= gmake CFLAGS+= -D_POSIX_SOURCE |