git: d4ba027e472d - main - editors/kakoune: Fix build on 14-STABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Nov 2023 23:36:35 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4ba027e472dbee15bdb5f46884a488e8d44e882 commit d4ba027e472dbee15bdb5f46884a488e8d44e882 Author: Oleh Hushchenkov <o.hushchenkov@gmail.com> AuthorDate: 2023-11-07 23:32:40 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2023-11-07 23:35:12 +0000 editors/kakoune: Fix build on 14-STABLE PR: 274919 MFH: 2023Q4 (fixes build on 14-STABLE) --- editors/kakoune/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index 9cbffb90a4fb..b23e53182649 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -25,7 +25,7 @@ DEBUG_MAKE_ARGS_OFF= debug=no .include <bsd.port.pre.mk> -.if (${OSVERSION} > 1302506 && ${OSVERSION} < 1400000) +.if ${OSVERSION} > 1302506 PATCHFILES= 344d31f42b8ced12626d4f87a22ffa5a671668fd.patch PATCH_SITES= https://github.com/mawww/kakoune/commit/ PATCH_DIST_STRIP= -p1