diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 06:56:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 07:00:55 +0100 |
commit | bd091932f757bb2f7b4eac4068e5b1d9d25fd13b (patch) | |
tree | 42d452550f4e10c3d5f08e32865b3f61488645d8 /package/glib/patches/patch-meson_build | |
parent | 92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 (diff) |
remove midori, it needs libpeas, which needs gobject-introspection
I am not able to cross-compile gobject-introspection and not ever
willing to try it again. It's a mess. Update all packages required
on the way to midori, which now will be removed. sorry.
Diffstat (limited to 'package/glib/patches/patch-meson_build')
-rw-r--r-- | package/glib/patches/patch-meson_build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/glib/patches/patch-meson_build b/package/glib/patches/patch-meson_build new file mode 100644 index 000000000..7a68e0a57 --- /dev/null +++ b/package/glib/patches/patch-meson_build @@ -0,0 +1,10 @@ +--- glib-2.70.0.orig/meson.build 2021-09-17 12:17:56.849962700 +0200 ++++ glib-2.70.0/meson.build 2022-02-28 20:24:15.048295012 +0100 +@@ -449,6 +449,7 @@ if cc.get_id() == 'gcc' or cc.get_id() = + '-Werror=missing-include-dirs', + '-Werror=missing-prototypes', + '-Werror=pointer-arith', ++ '-Wno-error=format-nonliteral', + ] + warning_c_link_args = [ + '-Wl,-z,nodelete', |