Skip to content

Commit

Permalink
editors/kakoune: Fix building on 13.2-STABLE
Browse files Browse the repository at this point in the history
PR:		272968
Reported by:	Oleh Hushchenkov <o dot hushchenkov at gmail dot com>
  • Loading branch information
wahjava committed Aug 6, 2023
1 parent 3f285dd commit 5d0a2e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion editors/kakoune/Makefile
Expand Up @@ -23,6 +23,14 @@ OPTIONS_DEFINE= DEBUG DOCS
DEBUG_MAKE_ARGS= debug=yes
DEBUG_MAKE_ARGS_OFF= debug=no

.include <bsd.port.pre.mk>

.if (${OSVERSION} > 1302506 && ${OSVERSION} < 1400000)
PATCHFILES= 344d31f42b8ced12626d4f87a22ffa5a671668fd.patch
PATCH_SITES= https://github.com/mawww/kakoune/commit/
PATCH_DIST_STRIP= -p1
.endif

post-patch:
@${REINPLACE_CMD} -e '/-O3/d' \
${WRKSRC}/Makefile
Expand All @@ -33,4 +41,4 @@ post-install:
do-test:
@cd ${WRKSRC:H}/test && ${SETENV} LC_ALL=en_US.UTF-8 ./run

.include <bsd.port.mk>
.include <bsd.port.post.mk>
4 changes: 3 additions & 1 deletion editors/kakoune/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1691268391
TIMESTAMP = 1691324812
SHA256 (kakoune-2023.08.05.tar.bz2) = 3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c
SIZE (kakoune-2023.08.05.tar.bz2) = 568612
SHA256 (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = a0add30e525bef6d5f07d1a55a57287ccb59f54af411308e111c01d247e73842
SIZE (344d31f42b8ced12626d4f87a22ffa5a671668fd.patch) = 3237

0 comments on commit 5d0a2e9

Please sign in to comment.