Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/dirdiff/files: dirdiff-2.1-include.patch
Date: Fri, 31 Dec 2010 16:05:51
Message-Id: 20101231160537.E1D2E20057@flycatcher.gentoo.org
1 jer 10/12/31 16:05:37
2
3 Added: dirdiff-2.1-include.patch
4 Log:
5 Respect LDFLAGS (bug #335171), CC. Build PIC. Set SONAME (bug #214536). Set RDEPEND. Fix missing includes.
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-util/dirdiff/files/dirdiff-2.1-include.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dirdiff/files/dirdiff-2.1-include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dirdiff/files/dirdiff-2.1-include.patch?rev=1.1&content-type=text/plain
14
15 Index: dirdiff-2.1-include.patch
16 ===================================================================
17 --- a/filecmp.c 2005-04-19 12:22:01.000000000 +0200
18 +++ b/filecmp.c 2010-12-30 20:23:24.000000000 +0100
19 @@ -11,6 +11,7 @@
20 #include <ctype.h>
21 #include <tcl.h>
22 #include <sys/fcntl.h>
23 +#include <unistd.h> /* close() read() */
24
25 #define BSIZE 32768
26 #define MAXTAGLEN 512 /* max tag length for sanity, < BSIZE */