]> git.pld-linux.org Git - packages/clinkc.git/commitdiff
- added types patch (fixes build on x32) auto/th/clinkc-2.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Mar 2021 21:11:55 +0000 (22:11 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Mar 2021 21:11:55 +0000 (22:11 +0100)
clinkc-types.patch [new file with mode: 0644]
clinkc.spec

diff --git a/clinkc-types.patch b/clinkc-types.patch
new file mode 100644 (file)
index 0000000..582d3ae
--- /dev/null
@@ -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;
index 4996abcd421415f79396aabef296ca49a0f75fd6..cafb6df27cd5e5f9e9e5b3f71625ba8e81cc594e 100644 (file)
@@ -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}
This page took 0.108458 seconds and 4 git commands to generate.