summaryrefslogtreecommitdiff
path: root/recipes/python/python-pyid3lib/gcc4-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyid3lib/gcc4-fix.patch')
-rw-r--r--recipes/python/python-pyid3lib/gcc4-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/python/python-pyid3lib/gcc4-fix.patch b/recipes/python/python-pyid3lib/gcc4-fix.patch
new file mode 100644
index 0000000000..cfd972771f
--- /dev/null
+++ b/recipes/python/python-pyid3lib/gcc4-fix.patch
@@ -0,0 +1,13 @@
+Index: pyid3lib-0.5.1/pyid3lib.cc
+===================================================================
+--- pyid3lib-0.5.1.orig/pyid3lib.cc
++++ pyid3lib-0.5.1/pyid3lib.cc
+@@ -1013,7 +1013,7 @@
+ {
+ ID3_Frame* frame;
+ const char* str;
+- char* slash;
++ const char* slash;
+ ID3_Field* fld;
+ int i;
+