From 577806de96b111cab272c48a686bcca681cc6d4d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Dec 2018 15:40:40 +0000 Subject: Fix build on powerpc64 PR: 233684 Submitted by: Piotr Kubaj --- net/gssdp/files/patch-libgssdp-gssdp-client.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/gssdp/files/patch-libgssdp-gssdp-client.h (limited to 'net/gssdp/files/patch-libgssdp-gssdp-client.h') diff --git a/net/gssdp/files/patch-libgssdp-gssdp-client.h b/net/gssdp/files/patch-libgssdp-gssdp-client.h new file mode 100644 index 000000000000..e372e790c43c --- /dev/null +++ b/net/gssdp/files/patch-libgssdp-gssdp-client.h @@ -0,0 +1,12 @@ +--- libgssdp/gssdp-client.h.orig 2018-11-30 23:11:39 UTC ++++ libgssdp/gssdp-client.h +@@ -31,9 +31,6 @@ G_BEGIN_DECLS + + G_DECLARE_DERIVABLE_TYPE (GSSDPClient, gssdp_client, GSSDP, CLIENT, GObject) + +-typedef struct _GSSDPClient GSSDPClient; +-typedef struct _GSSDPClientClass GSSDPClientClass; +- + struct _GSSDPClientClass { + GObjectClass parent_class; + -- cgit v1.2.3