summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-02-23 13:40:25 +0000
committerPeter Volkov <pva@gentoo.org>2009-02-23 13:40:25 +0000
commitd08c5b1ec7f0cbc44b040e25e66740a9f1a6e148 (patch)
tree48a08b594586a5ef267b8f1c9c6e7c0f992653c4
parentStable on alpha, bug #259927 (diff)
downloadgentoo-2-d08c5b1ec7f0cbc44b040e25e66740a9f1a6e148.tar.gz
gentoo-2-d08c5b1ec7f0cbc44b040e25e66740a9f1a6e148.tar.bz2
gentoo-2-d08c5b1ec7f0cbc44b040e25e66740a9f1a6e148.zip
Fixed build issue, bug #259241, thank Dustin Polke for report, MaratIK, Israel G. Lugo, Jan Paesmans for this fix.
(Portage version: 2.2_rc23/cvs/Linux i686)
-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;