summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-06-28 08:40:27 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-06-28 08:40:27 +0000
commit10fb17d3a6b3878782135b5cd3a5bc77a0d25e61 (patch)
tree301ab034bfeaaa0cec70b77870333975bd30ec52 /media-plugins/xmms-imms/files
parentWhat happaned to the ~ppc keyword? (Manifest recommit) (diff)
downloadgentoo-2-10fb17d3a6b3878782135b5cd3a5bc77a0d25e61.tar.gz
gentoo-2-10fb17d3a6b3878782135b5cd3a5bc77a0d25e61.tar.bz2
gentoo-2-10fb17d3a6b3878782135b5cd3a5bc77a0d25e61.zip
gcc-3.4 fix to close bug #54259.
Diffstat (limited to 'media-plugins/xmms-imms/files')
-rw-r--r--media-plugins/xmms-imms/files/xmms-imms-1.1-gcc34.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/xmms-imms/files/xmms-imms-1.1-gcc34.patch b/media-plugins/xmms-imms/files/xmms-imms-1.1-gcc34.patch
new file mode 100644
index 000000000000..cae155ce295d
--- /dev/null
+++ b/media-plugins/xmms-imms/files/xmms-imms-1.1-gcc34.patch
@@ -0,0 +1,19 @@
+diff -Naur imms-1.1.orig/correlate.cc imms-1.1/correlate.cc
+--- imms-1.1.orig/correlate.cc 2004-04-15 13:15:24.000000000 -0700
++++ imms-1.1/correlate.cc 2004-06-28 01:37:36.861833790 -0700
+@@ -1,3 +1,4 @@
++#include <math.h>
+ #include <assert.h>
+ #include <iostream>
+
+diff -Naur imms-1.1.orig/immstool.cc imms-1.1/immstool.cc
+--- imms-1.1.orig/immstool.cc 2004-04-15 13:15:24.000000000 -0700
++++ imms-1.1/immstool.cc 2004-06-28 01:38:00.840936918 -0700
+@@ -4,6 +4,7 @@
+ #include <list>
+ #include <utility>
+
++#include <math.h>
+ #include <assert.h>
+ #include <stdlib.h>
+ #include <unistd.h>