aboutsummaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-29 21:39:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-29 21:39:08 +0000
commit4f0946af296d01847ab2f23656980a5cc2027beb (patch)
tree745bce3c2379d7bd21818f9cf8a9f05993ec1bdf /lang/intercal/Makefile
parent9757b2a6aea7df2c7c104b6bf9286c4fb041b901 (diff)
downloadports-4f0946af296d01847ab2f23656980a5cc2027beb.tar.gz
ports-4f0946af296d01847ab2f23656980a5cc2027beb.zip
Mark as broken on 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 Oddly, it seems to compile on armv6. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=497207
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile2
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