summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-02-08 10:04:55 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-02-08 10:04:55 +0000
commitfc1d7d01cf06b1016b722bb2d9678beb24e2e4c4 (patch)
treee54f4b76fc9b6bb6bb18ee70d885c6a0bd61e763 /media-sound/gigedit/files
parentversion bump, by Tim Harder <thorium90@gmail.com>, bug #257870 (diff)
downloadhistorical-fc1d7d01cf06b1016b722bb2d9678beb24e2e4c4.tar.gz
historical-fc1d7d01cf06b1016b722bb2d9678beb24e2e4c4.tar.bz2
historical-fc1d7d01cf06b1016b722bb2d9678beb24e2e4c4.zip
fix build with gcc 4.3, bug #257516
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'media-sound/gigedit/files')
-rw-r--r--media-sound/gigedit/files/gigedit-0.1.1-gcc43.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/gigedit/files/gigedit-0.1.1-gcc43.patch b/media-sound/gigedit/files/gigedit-0.1.1-gcc43.patch
new file mode 100644
index 000000000000..d5fbf2c23a1f
--- /dev/null
+++ b/media-sound/gigedit/files/gigedit-0.1.1-gcc43.patch
@@ -0,0 +1,24 @@
+Index: gigedit-0.1.1/src/gigedit/mainwindow.cpp
+===================================================================
+--- gigedit-0.1.1.orig/src/gigedit/mainwindow.cpp
++++ gigedit-0.1.1/src/gigedit/mainwindow.cpp
+@@ -18,6 +18,7 @@
+ */
+
+ #include <iostream>
++#include <cstring>
+
+ #include <gtkmm/filechooserdialog.h>
+ #include <gtkmm/messagedialog.h>
+Index: gigedit-0.1.1/src/gigedit/paramedit.cpp
+===================================================================
+--- gigedit-0.1.1.orig/src/gigedit/paramedit.cpp
++++ gigedit-0.1.1/src/gigedit/paramedit.cpp
+@@ -18,6 +18,7 @@
+ */
+
+ #include "paramedit.h"
++#include <cstring>
+
+ namespace {
+ const char* const controlChangeTexts[] = {