Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/sndpeek/files: sndpeek-1.3-gcc-4.4.patch
Date: Sat, 06 Jun 2009 07:57:51
Message-Id: E1MCqmk-0002rU-6I@stork.gentoo.org
1 ssuominen 09/06/06 07:57:50
2
3 Added: sndpeek-1.3-gcc-4.4.patch
4 Log:
5 Fix building with GCC 4.4 and keyword ~amd64 wrt #272377.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sndpeek/files/sndpeek-1.3-gcc-4.4.patch?rev=1.1&content-type=text/plain
13
14 Index: sndpeek-1.3-gcc-4.4.patch
15 ===================================================================
16 diff -ur sndpeek-1.3.orig/src/sndpeek/RtAudio.cpp sndpeek-1.3/src/sndpeek/RtAudio.cpp
17 --- sndpeek-1.3.orig/src/sndpeek/RtAudio.cpp 2006-01-14 01:38:54.000000000 +0200
18 +++ sndpeek-1.3/src/sndpeek/RtAudio.cpp 2009-06-06 10:58:48.000000000 +0300
19 @@ -40,6 +40,7 @@
20 // RtAudio: Version 3.0.1, 22 March 2004
21
22 #include "RtAudio.h"
23 +#include <cstdio>
24 #include <iostream>
25
26 // Static variable definitions.