File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed
Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1+ From 8f8a7fc087cbdb83d439819bdc3ad3650f8fb7ab Mon Sep 17 00:00:00 2001
2+ From: leo-arch <
[email protected] >
3+ Date: Mon, 29 Sep 2025 11:00:46 -0300
4+ Subject: [PATCH] Fix build failure on Alpine/musl
5+
6+ ---
7+ src/translate_key.h | 8 ++++++--
8+ 1 file changed, 6 insertions(+), 2 deletions(-)
9+
10+ diff --git a/src/translate_key.h b/src/translate_key.h
11+ index b1cccf84..1cb59c5c 100644
12+ --- a/src/translate_key.h
13+ +++ b/src/translate_key.h
14+ @@ -40,11 +40,15 @@
15+ #define CSI_INTRODUCER 0x5b /* [ */
16+ #define SS3_INTRODUCER 0x4f /* O */
17+
18+ - __BEGIN_DECLS
19+ + #ifdef __cplusplus
20+ + extern "C" {
21+ + #endif
22+
23+ char *translate_key(char *str, const int term_type);
24+ int is_end_seq_char(unsigned char c);
25+
26+ - __END_DECLS
27+ + #ifdef __cplusplus
28+ + }
29+ + #endif
30+
31+ #endif /* TRANSLATE_KEY_H */
32+
Original file line number Diff line number Diff line change 11# Template file for 'clifm'
22pkgname=clifm
3- version=1.26
3+ version=1.26.3
44revision=1
55build_style=gnu-makefile
66make_install_args="MANDIR=/usr/share/man"
@@ -11,4 +11,4 @@ license="GPL-2.0-or-later"
1111homepage="https://github.com/leo-arch/clifm"
1212changelog="https://raw.githubusercontent.com/leo-arch/clifm/master/CHANGELOG"
1313distfiles="https://github.com/leo-arch/clifm/releases/download/v${version}/clifm-${version}.tar.gz"
14- checksum=2f5e5e2412307ea9e4e836b441785b325de58e12150629e81364f4da9adf4f01
14+ checksum=902badc747aee1eb1a3a5556ff3fd9d83d2aa987d24e058024064df8a4b6b71f
You can’t perform that action at this time.
0 commit comments