summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-09 11:28:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-09 11:28:33 +0000
commit48742bebe7104f322aa5edf8e521d03c4bd716f3 (patch)
tree3feb1f7fa3620901fe0ddc48bd6467c15bc710a8 /media-sound/kguitar/files
parentVersion bump. Also switched virtual/tetex -> virtual/latex-base (see bug #222... (diff)
downloadgentoo-2-48742bebe7104f322aa5edf8e521d03c4bd716f3.tar.gz
gentoo-2-48742bebe7104f322aa5edf8e521d03c4bd716f3.tar.bz2
gentoo-2-48742bebe7104f322aa5edf8e521d03c4bd716f3.zip
Add patch to build with GCC 4.3. Thanks to Marek Miller in bug #225349.
(Portage version: 2.1.5.4)
Diffstat (limited to 'media-sound/kguitar/files')
-rw-r--r--media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch b/media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch
new file mode 100644
index 000000000000..b8f847c06d3c
--- /dev/null
+++ b/media-sound/kguitar/files/kguitar-0.5+gcc-4.3.patch
@@ -0,0 +1,20 @@
+--- kguitar/convertgp3.h.orig 2008-06-08 14:51:30.000000000 +0200
++++ kguitar/convertgp3.h 2008-06-08 14:52:01.000000000 +0200
+@@ -1,6 +1,7 @@
+ #ifndef CONVERTGP3_H
+ #define CONVERTGP3_H
+
++#include <cstdlib>
+ #include "global.h"
+ #include "convertbase.h"
+
+--- kguitar/convertgtp.h.orig 2008-06-08 14:59:45.000000000 +0200
++++ kguitar/convertgtp.h 2008-06-08 15:00:01.000000000 +0200
+@@ -1,6 +1,7 @@
+ #ifndef CONVERTGTP_H
+ #define CONVERTGTP_H
+
++#include <cstdlib>
+ #include "global.h"
+ #include "convertbase.h"
+