diff options
author | Taner Tas <taner76@gmail.com> | 2019-03-24 13:42:01 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-25 15:15:14 +0200 |
commit | f73cb5c48ec938020c59024cc75f7b7d19ec9b31 (patch) | |
tree | e25c4cddff01e939600844c749cd5764574999ee /testing/lightdm/musl-language.patch | |
parent | 107990a8c66b184eb8c116f2697fc76627e8b722 (diff) | |
download | aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.bz2 aports-f73cb5c48ec938020c59024cc75f7b7d19ec9b31.tar.xz |
testing/lightdm* -> community/
lightdm* : move from testing
lightdm-gtk-greeter: upgrade to 2.0.6
Diffstat (limited to 'testing/lightdm/musl-language.patch')
-rw-r--r-- | testing/lightdm/musl-language.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/lightdm/musl-language.patch b/testing/lightdm/musl-language.patch deleted file mode 100644 index 442e7fb9d5..0000000000 --- a/testing/lightdm/musl-language.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/liblightdm-gobject/language.c -+++ b/liblightdm-gobject/language.c -@@ -210,6 +210,7 @@ - - if (!priv->name) - { -+ #if HAVE_LC_IDENTIFICATION - g_autofree gchar *locale = get_locale_name (priv->code); - if (locale) - { -@@ -223,6 +224,8 @@ - - setlocale (LC_ALL, current); - } -+ #endif -+ - if (!priv->name) - { - g_auto(GStrv) tokens = g_strsplit_set (priv->code, "_.@", 2); -@@ -250,6 +253,7 @@ - - if (!priv->territory && strchr (priv->code, '_')) - { -+ #if HAVE_LC_IDENTITIFICATION - g_autofree gchar *locale = get_locale_name (priv->code); - if (locale) - { -@@ -263,6 +267,8 @@ - - setlocale (LC_ALL, current); - } -+ #endif -+ - if (!priv->territory) - { - g_auto(GStrv) tokens = g_strsplit_set (priv->code, "_.@", 3); |