pmaports/device/archived/linux-samsung-beyond2lte-downstream/remove-header-lkc.patch
chiffa 352ab64e7b
samsung-beyond2lte: rename downstream port
Rename downstream samsung-beyond2lte port so the name doesn't colide with the mainline port and can be selected in pmbootstrap init for testing

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8999>
2026-07-31 07:54:10 +00:00

13 lines
457 B
Diff

diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index e2fc50ae4b90..63627df05e89 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -12,7 +12,7 @@
# include <libintl.h>
#else
# include <features.h>
-__attribute_format_arg__(1)
+
static inline const char *gettext(const char *txt) { return txt; }
static inline void textdomain(const char *domainname) {}
static inline void bindtextdomain(const char *name, const char *dir) {}