diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:35 +0200 |
commit | 2e3aac9c05519ee971f6d557cf5ff4199c0f6cce (patch) | |
tree | d6bb0d903a01401545d38f04908ee1fa421e304b /libraries/libmusicbrainz3/patches/gcc-4.3.patch | |
parent | e7a8c0197473dd9b0b8246a3034cb7b0ea9036c5 (diff) |
libraries/libmusicbrainz3: Added to 12.2 repository
Diffstat (limited to 'libraries/libmusicbrainz3/patches/gcc-4.3.patch')
-rw-r--r-- | libraries/libmusicbrainz3/patches/gcc-4.3.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libmusicbrainz3/patches/gcc-4.3.patch b/libraries/libmusicbrainz3/patches/gcc-4.3.patch new file mode 100644 index 0000000000000..c13b2e1ada5e0 --- /dev/null +++ b/libraries/libmusicbrainz3/patches/gcc-4.3.patch @@ -0,0 +1,10 @@ +--- a/src/utils_private.cpp~ 2008-11-07 20:07:10.000000000 +0000 ++++ a/src/utils_private.cpp 2008-11-07 20:07:16.000000000 +0000 +@@ -20,6 +20,7 @@ + * $Id: utils_private.cpp 8466 2006-09-05 08:59:44Z luks $ + */ + ++#include <cstdio> + #include <cstdlib> + #include <cstring> + #include <cstdarg> |