[packages/pilot-link] add more type fixes

atler atler at pld-linux.org
Fri Aug 21 20:19:53 CEST 2026


commit 8270473cfa7754dca236a03ed9a21bd89de63d25
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Aug 21 14:20:07 2026 +0200

    add more type fixes

 pilot-link.spec |  2 ++
 types.patch     | 12 ++++++++++++
 2 files changed, 14 insertions(+)
---
diff --git a/pilot-link.spec b/pilot-link.spec
index 9eca08a..8ab73f1 100644
--- a/pilot-link.spec
+++ b/pilot-link.spec
@@ -217,6 +217,8 @@ Wiązanie Pythona do biblioteki pilot-link.
 
 %{__sed} -i -e '1s,/usr/bin/env perl,%{__perl},' bindings/Perl/dump.pl
 
+%{__rm} src/parsedate.c
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
diff --git a/types.patch b/types.patch
index 8c6ef7f..6e1192d 100644
--- a/types.patch
+++ b/types.patch
@@ -35,3 +35,15 @@
  
  		struct 	ToDo todo;
  
+--- pilot-link-0.12.5/src/parsedate.y.orig	2001-07-12 22:02:11.000000000 +0200
++++ pilot-link-0.12.5/src/parsedate.y	2026-08-21 13:57:45.144676299 +0200
+@@ -94,8 +94,7 @@
+ static time_t	yyRelSeconds;
+ 
+ 
+-extern struct tm	*localtime();
+-static void		date_error();
++static void		date_error(char*);
+ %}
+ 
+ %union {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pilot-link.git/commitdiff/8270473cfa7754dca236a03ed9a21bd89de63d25



More information about the pld-cvs-commit mailing list