git: 2a28df19ba62 - main - lang/eisl: Unbreak on HEAD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 May 2023 14:24:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2a28df19ba6235d3a945f200b91022bff25680a5 commit 2a28df19ba6235d3a945f200b91022bff25680a5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-13 14:12:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-13 14:24:17 +0000 lang/eisl: Unbreak on HEAD Approved by: portmgr (blanket) --- lang/eisl/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index e719a321f995..3130a72c137c 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -32,4 +32,10 @@ LDFLAGS+= -lncursesw EXTRA_PATCHES= ${FILESDIR}/extra-patch-makefile .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 +CFLAGS+= -Wno-error=int-conversion +.endif + +.include <bsd.port.post.mk>