Created
February 8, 2019 23:17
-
-
Save iMichka/f78afb3bcaf93bab4ae5f78f338306d9 to your computer and use it in GitHub Desktop.
libid3tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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