Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsoundtouch/files: libsoundtouch-1.3.1-gcc-4.3.patch
Date: Sun, 13 Apr 2008 21:14:33
Message-Id: E1Jl9Ww-00027W-CP@stork.gentoo.org
1 aballier 08/04/13 21:14:30
2
3 Added: libsoundtouch-1.3.1-gcc-4.3.patch
4 Log:
5 gcc 4.3 build fix by David Carlos Manuelda <StormByte@×××××.com>, bug #217292
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.1 media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: libsoundtouch-1.3.1-gcc-4.3.patch
15 ===================================================================
16 --- source/example/SoundStretch/WavFile.h 2006-03-19 13:08:36.000000000 +0100
17 +++ source/example/SoundStretch/WavFile.h.new 2008-04-11 15:03:44.000000000 +0200
18 @@ -48,6 +48,7 @@
19 #define WAVFILE_H
20
21 #include <stdio.h>
22 +#include <cstring>
23
24 #ifndef uint
25 typedef unsigned int uint;
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list