1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix build with -fno-common

While here add license (GPLv2).
This commit is contained in:
Stefan Eßer 2020-09-29 19:41:52 +00:00
parent 4fa8f0f0f8
commit e04de6afe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550613
2 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1,11 @@
--- src/perpet.c.orig 2015-04-02 06:04:02 UTC
+++ src/perpet.c
@@ -85,7 +85,7 @@ extern void yyrestart(FILE*);
/* function created by yacc */
extern int yyparse(void);
-int yydebug;
+extern int yydebug;
/* compilation options */
bool compile_only; /* just compile into C, don't run the linker */