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>
13 lines
457 B
Diff
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) {}
|