diff options
Diffstat (limited to 'package/glib/patches')
-rw-r--r-- | package/glib/patches/patch-glib_gnulib_meson_build | 6 | ||||
-rw-r--r-- | package/glib/patches/patch-meson_build | 10 |
2 files changed, 3 insertions, 13 deletions
diff --git a/package/glib/patches/patch-glib_gnulib_meson_build b/package/glib/patches/patch-glib_gnulib_meson_build index 4039f468f..bd37116c2 100644 --- a/package/glib/patches/patch-glib_gnulib_meson_build +++ b/package/glib/patches/patch-glib_gnulib_meson_build @@ -1,6 +1,6 @@ ---- glib-2.75.2.orig/glib/gnulib/meson.build 2023-01-06 13:49:52.000000000 +0100 -+++ glib-2.75.2/glib/gnulib/meson.build 2023-01-22 14:08:55.068305964 +0100 -@@ -312,9 +312,6 @@ endif +--- glib-2.84.0.orig/glib/gnulib/meson.build 2025-03-06 14:09:13.000000000 +0100 ++++ glib-2.84.0/glib/gnulib/meson.build 2025-03-30 06:00:21.051043526 +0200 +@@ -315,9 +315,6 @@ endif if not gl_cv_func_frexp_works and gl_cv_func_frexp_broken_beyond_repair error ('frexp() is missing or broken beyond repair, and we have nothing to replace it with') endif diff --git a/package/glib/patches/patch-meson_build b/package/glib/patches/patch-meson_build deleted file mode 100644 index dbc6c7457..000000000 --- a/package/glib/patches/patch-meson_build +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-2.78.4.orig/meson.build 2024-01-21 20:48:20.000000000 +0100 -+++ glib-2.78.4/meson.build 2024-08-30 10:20:24.877632538 +0200 -@@ -527,6 +527,7 @@ if cc.get_id() == 'gcc' or cc.get_id() = - '-Werror=missing-include-dirs', - '-Werror=pointer-arith', - '-Werror=unused-result', -+ '-Wno-error=format-nonliteral', - ] - - warning_c_args = warning_common_args + [ |