summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-29 19:41:52 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-29 19:41:52 +0000
commite04de6afe866042f3e95832a374ceaebc3817fab (patch)
treedacc8a2a22cd4247342a087d06048bb1d7d54111 /lang/intercal/Makefile
parentRemove expired port: (diff)
Fix build with -fno-common
While here add license (GPLv2).
Notes
Notes: svn path=/head/; revision=550613
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index 32eb097ac376..f8cca60280b1 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -3,17 +3,19 @@
PORTNAME= intercal
PORTVERSION= 0.30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.catb.org/~esr/intercal/
MAINTAINER= ports@FreeBSD.org
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
-GNU_CONFIGURE= yes
USES= gmake
+GNU_CONFIGURE= yes
CFLAGS+= -D_POSIX_SOURCE
DATADIR= ${PREFIX}/share/ick