Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/audiofile/files: audiofile-largefile.patch
Date: Mon, 27 Oct 2008 05:05:15
Message-Id: E1KuKHx-0000Zu-CF@stork.gentoo.org
1 vapier 08/10/27 05:05:13
2
3 Modified: audiofile-largefile.patch
4 Log:
5 Fix by Nathan Brink to pull in stdint.h for uint64_t types #237600.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/audiofile/files/audiofile-largefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/audiofile/files/audiofile-largefile.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/audiofile/files/audiofile-largefile.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/audiofile/files/audiofile-largefile.patch?r1=1.1&r2=1.2
14
15 Index: audiofile-largefile.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/audiofile/files/audiofile-largefile.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- audiofile-largefile.patch 21 Feb 2007 04:06:50 -0000 1.1
22 +++ audiofile-largefile.patch 27 Oct 2008 05:05:13 -0000 1.2
23 @@ -1,5 +1,16 @@
24 ---- libaudiofile/audiofile.h 2006/10/05 22:05:50 1.1
25 -+++ libaudiofile/audiofile.h 2006/10/05 22:06:00
26 +http://bugs.gentoo.org/118600
27 +http://bugs.gentoo.org/237600
28 +
29 +--- libaudiofile/audiofile.h
30 ++++ libaudiofile/audiofile.h
31 +@@ -29,6 +29,7 @@
32 +
33 + #include <sys/types.h>
34 + #include <aupvlist.h>
35 ++#include <stdint.h>
36 +
37 + #define LIBAUDIOFILE_MAJOR_VERSION 0
38 + #define LIBAUDIOFILE_MINOR_VERSION 2
39 @@ -45,8 +45,8 @@ typedef struct _AFfilesetup *AFfilesetup
40 typedef struct _AFfilehandle *AFfilehandle;
41 typedef void (*AFerrfunc)(long, const char *);