summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/pilot-link/ChangeLog7
-rw-r--r--app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch10
2 files changed, 16 insertions, 1 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog
index d0cf9734b36e..5f0ca8d96aa7 100644
--- a/app-pda/pilot-link/ChangeLog
+++ b/app-pda/pilot-link/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/pilot-link
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.44 2009/02/19 05:15:16 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.45 2009/02/23 13:40:25 pva Exp $
+
+ 23 Feb 2009; Peter Volkov <pva@gentoo.org>
+ files/pilot-link-0.12.3-glibc-open.patch:
+ Fixed build issue, bug #259241, thank Dustin Polke for report, MaratIK,
+ Israel G. Lugo, Jan Paesmans for this fix.
19 Feb 2009; Serkan Kaba <serkan@gentoo.org> pilot-link-0.12.3.ebuild,
pilot-link-0.12.3-r1.ebuild:
diff --git a/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch b/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch
index 90c0e11a9c68..661d4edd3935 100644
--- a/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch
+++ b/app-pda/pilot-link/files/pilot-link-0.12.3-glibc-open.patch
@@ -1,6 +1,16 @@
diff -urN ./pilot-link-0.12.3.orig/src/pilot-schlep.c ./pilot-link-0.12.3/src/pilot-schlep.c
--- ./pilot-link-0.12.3.orig/src/pilot-schlep.c 2006-10-12 16:21:21.000000000 +0200
+++ ./pilot-link-0.12.3/src/pilot-schlep.c 2009-02-16 16:09:25.321851803 +0100
+@@ -21,6 +21,9 @@
+ *
+ */
+
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <fcntl.h>
+ #include <stdio.h>
+
+ #include "pi-source.h"
@@ -38,7 +38,7 @@
fd;
pi_buffer_t *buffer;