diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-12-26 09:29:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-12-26 14:41:41 +0100 |
commit | ac455001626de2669e8bf6e236b18bc598b4b2e3 (patch) | |
tree | 21b9c11c823eb0f189b8ebf9f6ad0f734089b958 /mate-extra/mate-sensors-applet | |
parent | mate-extra/mate-power-manager: remove unused patch(es) (diff) | |
download | gentoo-ac455001626de2669e8bf6e236b18bc598b4b2e3.tar.gz gentoo-ac455001626de2669e8bf6e236b18bc598b4b2e3.tar.bz2 gentoo-ac455001626de2669e8bf6e236b18bc598b4b2e3.zip |
mate-extra/mate-sensors-applet: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'mate-extra/mate-sensors-applet')
-rw-r--r-- | mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch b/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch deleted file mode 100644 index 98aba2e903d5..000000000000 --- a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch +++ /dev/null @@ -1,20 +0,0 @@ -# Removing unnecessary HAVE_STDIO_H and HAVE_LOCALE_H config checks. The -# HAVE_LOCALE_H also makes fails to build on musl system. -# Upstream issue: https://github.com/mate-desktop/mate-sensors-applet/issues/123 -# Closes: https://bugs.gentoo.org/777375 ---- a/plugins/i2c-proc/i2c-proc-plugin.c -+++ b/plugins/i2c-proc/i2c-proc-plugin.c -@@ -20,13 +20,8 @@ - #include <config.h> - #endif /* HAVE_CONFIG_H */ - --#ifdef HAVE_STDIO_H - #include <stdio.h> --#endif /* HAVE_STDIO_H */ -- --#ifdef HAVE_LOCALE_H - #include <locale.h> --#endif - - #include <glib.h> - #include <glib/gi18n.h> |