From 8cb3620fee3c4011367f53d7c69d014e21d45461 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 17 Jan 2010 16:06:29 +0100 Subject: python-pyid3lib: fix compiling for gcc4.x --- recipes/python/python-pyid3lib/gcc4-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/python/python-pyid3lib/gcc4-fix.patch (limited to 'recipes/python/python-pyid3lib') 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; + -- cgit v1.2.3