Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/darkice/files: darkice-0.18.1-gcc43.patch darkice-0.17.1-64bit.patch
Date: Thu, 27 Mar 2008 10:45:22
Message-Id: E1Jepbj-0006S9-Um@stork.gentoo.org
1 drac 08/03/27 10:45:19
2
3 Added: darkice-0.18.1-gcc43.patch
4 Removed: darkice-0.17.1-64bit.patch
5 Log:
6 If none of USE flags encode, aac, vorbis or twolame is selected, select vorbis so ebuild doesn't annoyingly die and ewarn it about user. Apply GCC 4.3 fix from 214773, thanks to impulze.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 media-sound/darkice/files/darkice-0.18.1-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/darkice/files/darkice-0.18.1-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/darkice/files/darkice-0.18.1-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: darkice-0.18.1-gcc43.patch
16 ===================================================================
17 diff -ur darkice-0.18.1.orig/src/JackDspSource.cpp darkice-0.18.1/src/JackDspSource.cpp
18 --- darkice-0.18.1.orig/src/JackDspSource.cpp 2007-02-19 09:56:49.000000000 +0200
19 +++ darkice-0.18.1/src/JackDspSource.cpp 2008-03-27 12:29:53.000000000 +0200
20 @@ -31,6 +31,8 @@
21
22 /* ============================================================ include files */
23
24 +#include <climits>
25 +
26 #include "AudioSource.h"
27
28 #ifdef SUPPORT_JACK_DSP
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list