summaryrefslogtreecommitdiff
path: root/user/id3lib/cstring.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-25 01:17:29 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-04-25 01:17:29 -0500
commit777afed86d510d6b4dd425db3c62ca4dae07f122 (patch)
tree19f153e9addeda7d183c5122040864b520de3b21 /user/id3lib/cstring.patch
parent98eddbaa61eea87b837bab2d705aee990cb1fe99 (diff)
downloadpackages-777afed86d510d6b4dd425db3c62ca4dae07f122.tar.gz
packages-777afed86d510d6b4dd425db3c62ca4dae07f122.tar.bz2
packages-777afed86d510d6b4dd425db3c62ca4dae07f122.tar.xz
packages-777afed86d510d6b4dd425db3c62ca4dae07f122.zip
user/id3lib: add cstring patch for PowerPC
Diffstat (limited to 'user/id3lib/cstring.patch')
-rw-r--r--user/id3lib/cstring.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/user/id3lib/cstring.patch b/user/id3lib/cstring.patch
new file mode 100644
index 000000000..dfb80119a
--- /dev/null
+++ b/user/id3lib/cstring.patch
@@ -0,0 +1,10 @@
+--- id3lib-3.8.3/include/id3/id3lib_strings.h.old 2003-03-01 18:23:00.000000000 -0600
++++ id3lib-3.8.3/include/id3/id3lib_strings.h 2018-03-25 14:47:42.035694885 -0500
+@@ -30,6 +30,7 @@
+ #define _ID3LIB_STRINGS_H_
+
+ #include <string>
++#include <cstring>
+
+ #if (defined(__GNUC__) && (__GNUC__ >= 3) || (defined(_MSC_VER) && _MSC_VER > 1000))
+ namespace std