summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyid3lib/files/pyid3lib-0.5.1-gcc-4.4.patch')
-rw-r--r--dev-python/pyid3lib/files/pyid3lib-0.5.1-gcc-4.4.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pyid3lib/files/pyid3lib-0.5.1-gcc-4.4.patch b/dev-python/pyid3lib/files/pyid3lib-0.5.1-gcc-4.4.patch
deleted file mode 100644
index 04df9e0a6c98..000000000000
--- a/dev-python/pyid3lib/files/pyid3lib-0.5.1-gcc-4.4.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- pyid3lib.cc
-+++ pyid3lib.cc
-@@ -920,7 +920,7 @@ enum frame_type
-
- typedef struct
- {
-- char* name;
-+ const char* name;
- ID3_FrameID fid;
- frame_type type;
- } magic_attribute;
-@@ -1030,7 +1030,7 @@ static PyObject* id3_getattr( ID3Object* self, char* attrname )
- {
- ID3_Frame* frame;
- const char* str;
-- char* slash;
-+ const char* slash;
- ID3_Field* fld;
- int i;
-