aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@fuz.su>2022-08-04 06:15:01 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-08-05 05:41:03 +0000
commit31a3e7c76d559bec19816447d16865b4206acca9 (patch)
tree526973d2fb5058bfeb4dab31a661f90ce0fecc11
parent17c993f62adaf8ab2ea30aa6b042e76f37e2b65b (diff)
downloadports-31a3e7c76d559bec19816447d16865b4206acca9.tar.gz
ports-31a3e7c76d559bec19816447d16865b4206acca9.zip
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)
-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