You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/hydrogen/files/hydrogen-0.9.5-gcc47.patch

28 lines
761 B

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>