Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created February 8, 2019 23:17
Show Gist options
  • Save iMichka/f78afb3bcaf93bab4ae5f78f338306d9 to your computer and use it in GitHub Desktop.
Save iMichka/f78afb3bcaf93bab4ae5f78f338306d9 to your computer and use it in GitHub Desktop.
libid3tag
diff --git a/media-libs/libid3tag/files/libid3tag-0.15.1b-fix-signature.patch b/media-libs/libid3tag/files/libid3tag-0.15.1b-fix-signature.patch
new file mode 100644
index 00000000000..a365811c55f
--- /dev/null
+++ b/media-libs/libid3tag/files/libid3tag-0.15.1b-fix-signature.patch
@@ -0,0 +1,12 @@
+diff -pur libid3tag-0.15.1b-orig/compat.h libid3tag-0.15.1b/compat.h
+--- libid3tag-0.15.1b-orig/compat.h 2004-01-23 10:41:32.000000000 +0100
++++ libid3tag-0.15.1b/compat.h 2017-03-15 01:49:23.808834401 +0100
+@@ -34,7 +34,7 @@ struct id3_compat {
+ };
+
+ struct id3_compat const *id3_compat_lookup(register char const *,
+- register unsigned int);
++ register size_t);
+
+ int id3_compat_fixup(struct id3_tag *);
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment