svn commit: r486466 - head/net/gssdp/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 2 15:40:44 UTC 2018


Author: sunpoet
Date: Sun Dec  2 15:40:40 2018
New Revision: 486466
URL: https://svnweb.freebsd.org/changeset/ports/486466

Log:
  Fix build on powerpc64
  
  PR:		233684
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Added:
  head/net/gssdp/files/
  head/net/gssdp/files/patch-libgssdp-gssdp-client.h   (contents, props changed)
  head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h   (contents, props changed)

Added: head/net/gssdp/files/patch-libgssdp-gssdp-client.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gssdp/files/patch-libgssdp-gssdp-client.h	Sun Dec  2 15:40:40 2018	(r486466)
@@ -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;
+ 

Added: head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gssdp/files/patch-libgssdp-gssdp-resource-group.h	Sun Dec  2 15:40:40 2018	(r486466)
@@ -0,0 +1,10 @@
+--- libgssdp/gssdp-resource-group.h.orig	2018-11-30 23:17:04 UTC
++++ libgssdp/gssdp-resource-group.h
+@@ -44,7 +44,6 @@ struct _GSSDPResourceGroupClass {
+         void (* _gssdp_reserved3) (void);
+         void (* _gssdp_reserved4) (void);
+ };
+-typedef struct _GSSDPResourceGroupClass GSSDPResourceGroupClass;
+ 
+ GSSDPResourceGroup *
+ gssdp_resource_group_new                 (GSSDPClient        *client);


More information about the svn-ports-all mailing list