diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-02 15:40:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-12-02 15:40:40 +0000 |
commit | 577806de96b111cab272c48a686bcca681cc6d4d (patch) | |
tree | 60f9f6ec2acbafb30231c05c99f6e9a3d2269529 /net/gssdp/files/patch-libgssdp-gssdp-client.h | |
parent | Document Rails vulnerability (diff) |
Fix build on powerpc64
PR: 233684
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'net/gssdp/files/patch-libgssdp-gssdp-client.h')
-rw-r--r-- | net/gssdp/files/patch-libgssdp-gssdp-client.h | 12 |
1 files changed, 12 insertions, 0 deletions
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; + |