git: 31a3e7c76d55 - main - lang/intercal: fix build on recent FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Aug 2022 05:44:33 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=31a3e7c76d559bec19816447d16865b4206acca9 commit 31a3e7c76d559bec19816447d16865b4206acca9 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-08-04 06:15:01 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-08-05 05:41:03 +0000 lang/intercal: fix build on recent FreeBSD Bump POSIX version. While here, submitter becomes maintainer. PR: 265560 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q3 (build fix) --- lang/intercal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index e4aedc619a2d..494f0bbf02b9 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -3,14 +3,14 @@ PORTVERSION= 0.31 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/intercal/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= C-INTERCAL compiler, ick, and supporting libraries LICENSE= GPLv2 USES= gmake GNU_CONFIGURE= yes -CFLAGS+= -D_POSIX_SOURCE +CFLAGS+= -D_POSIX_C_SOURCE=200809L DATADIR= ${PREFIX}/share/ick INFO= ick