From bd091932f757bb2f7b4eac4068e5b1d9d25fd13b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Mar 2022 06:56:03 +0100 Subject: 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. --- package/glib/patches/patch-gobject-2_0_pc_in | 10 ---------- package/glib/patches/patch-meson_build | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 package/glib/patches/patch-gobject-2_0_pc_in create mode 100644 package/glib/patches/patch-meson_build (limited to 'package/glib/patches') diff --git a/package/glib/patches/patch-gobject-2_0_pc_in b/package/glib/patches/patch-gobject-2_0_pc_in deleted file mode 100644 index 7c00fc7b5..000000000 --- a/package/glib/patches/patch-gobject-2_0_pc_in +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-2.56.1.orig/gobject-2.0.pc.in 2016-10-22 07:12:49.000000000 +0200 -+++ glib-2.56.1/gobject-2.0.pc.in 2021-11-04 05:31:24.191433397 +0100 -@@ -7,6 +7,6 @@ Name: GObject - Description: GLib Type, Object, Parameter and Signal Library - Requires: glib-2.0 - Version: @VERSION@ --Libs: -L${libdir} -lgobject-2.0 -+Libs: -L${libdir} -lgobject-2.0 -lffi - Libs.private: @LIBFFI_LIBS@ - Cflags: 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', -- cgit v1.2.3