From: Jakub Bogusz Date: Wed, 10 Mar 2021 21:11:55 +0000 (+0100) Subject: - added types patch (fixes build on x32) X-Git-Tag: auto/th/clinkc-2.4.1-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=df4fb297cc2abd3fc72e775e34cb85ea187c8904;p=packages%2Fclinkc.git - added types patch (fixes build on x32) --- 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; + 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}