[packages/clinkc] - added types patch (fixes build on x32)

qboosh qboosh at pld-linux.org
Wed Mar 10 22:10:54 CET 2021


commit df4fb297cc2abd3fc72e775e34cb85ea187c8904
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Mar 10 22:11:55 2021 +0100

    - added types patch (fixes build on x32)

 clinkc-types.patch | 11 +++++++++++
 clinkc.spec        |  2 ++
 2 files changed, 13 insertions(+)
---
diff --git a/clinkc.spec b/clinkc.spec
index 4996abc..cafb6df 100644
--- a/clinkc.spec
+++ b/clinkc.spec
@@ -20,6 +20,7 @@ Patch1:		%{name}-iconv.patch
 Patch2:		%{name}-doc.patch
 Patch3:		%{name}-version.patch
 Patch4:		%{name}-av.patch
+Patch5:		%{name}-types.patch
 URL:		https://sourceforge.net/projects/clinkc/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -125,6 +126,7 @@ Statyczna biblioteka clinkcav.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__libtoolize}
diff --git a/clinkc-types.patch b/clinkc-types.patch
new file mode 100644
index 0000000..582d3ae
--- /dev/null
+++ b/clinkc-types.patch
@@ -0,0 +1,11 @@
+--- mupnp-2.4.1/src/cybergarage/upnp/event/csubscription_request.c.orig	2015-02-05 12:07:59.000000000 +0100
++++ mupnp-2.4.1/src/cybergarage/upnp/event/csubscription_request.c	2021-03-10 21:56:44.378038774 +0100
+@@ -71,7 +71,7 @@
+ * cg_upnp_event_subscription_request_settimeout
+ ****************************************/
+ 
+-void cg_upnp_event_subscription_request_settimeout(CgUpnpSubscriptionRequest *subReq, long timeout)
++void cg_upnp_event_subscription_request_settimeout(CgUpnpSubscriptionRequest *subReq, CgTime timeout)
+ {
+ 	CgString *timeoutBuf;
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clinkc.git/commitdiff/df4fb297cc2abd3fc72e775e34cb85ea187c8904



More information about the pld-cvs-commit mailing list