summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-08-04 08:15:01 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-08-05 07:41:03 +0200
commit31a3e7c76d559bec19816447d16865b4206acca9 (patch)
tree526973d2fb5058bfeb4dab31a661f90ce0fecc11 /lang/intercal/Makefile
parentmath/asymptote: Broken on 12/i386 (diff)
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)
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile4
1 files 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