* [gentoo-commits] gentoo-x86 commit in media-sound/hydrogen/files: hydrogen-0.9.5-gcc47.patch
@ 2012-11-24 15:06 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-11-24 15:06 UTC (permalink / raw
To: gentoo-commits
aballier 12/11/24 15:06:02
Added: hydrogen-0.9.5-gcc47.patch
Log:
fix build with gcc 4.7, bug #421913
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.1 media-sound/hydrogen/files/hydrogen-0.9.5-gcc47.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/hydrogen/files/hydrogen-0.9.5-gcc47.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/hydrogen/files/hydrogen-0.9.5-gcc47.patch?rev=1.1&content-type=text/plain
Index: hydrogen-0.9.5-gcc47.patch
===================================================================
Build with gcc 4.7
https://bugs.gentoo.org/show_bug.cgi?id=421913
Index: hydrogen-0.9.5/gui/src/MainForm.cpp
===================================================================
--- hydrogen-0.9.5.orig/gui/src/MainForm.cpp
+++ hydrogen-0.9.5/gui/src/MainForm.cpp
@@ -70,6 +70,7 @@ using namespace H2Core;
#include <memory>
#include <cassert>
+#include <unistd.h>
using namespace std;
using namespace H2Core;
Index: hydrogen-0.9.5/gui/src/SongEditor/SongEditor.cpp
===================================================================
--- hydrogen-0.9.5.orig/gui/src/SongEditor/SongEditor.cpp
+++ hydrogen-0.9.5/gui/src/SongEditor/SongEditor.cpp
@@ -21,6 +21,7 @@
*/
#include <assert.h>
+#include <unistd.h>
#include <algorithm>
#include <memory>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-24 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24 15:06 [gentoo-commits] gentoo-x86 commit in media-sound/hydrogen/files: hydrogen-0.9.5-gcc47.patch Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox