aboutsummaryrefslogtreecommitdiffstats
path: root/main/glib/musl-libintl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/glib/musl-libintl.patch')
-rw-r--r--main/glib/musl-libintl.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/glib/musl-libintl.patch b/main/glib/musl-libintl.patch
deleted file mode 100644
index fe3d4d4f48d..00000000000
--- a/main/glib/musl-libintl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 319f183..3a5fdfc 100644
---- a/meson.build
-+++ b/meson.build
-@@ -2047,9 +2047,6 @@ endif
- # FIXME: glib-gettext.m4 has much more checks to detect broken/uncompatible
- # implementations. This could be extended if issues are found in some platforms.
- libintl_deps = []
--if cc.has_function('ngettext', args : osx_ldflags)
-- have_bind_textdomain_codeset = cc.has_function('bind_textdomain_codeset')
--else
- # First just find the bare library.
- libintl = cc.find_library('intl', required : false)
- # The bare library probably won't link without help if it's static.
-@@ -2081,7 +2078,6 @@ else
- have_bind_textdomain_codeset = cc.has_function('bind_textdomain_codeset', args : osx_ldflags,
- dependencies : libintl_deps)
- endif
--endif
-
- glib_conf.set('HAVE_BIND_TEXTDOMAIN_CODESET', have_bind_textdomain_codeset)
-