diff options
Diffstat (limited to 'audio/amarok-kde3/patches/patch-aj')
-rw-r--r-- | audio/amarok-kde3/patches/patch-aj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/amarok-kde3/patches/patch-aj b/audio/amarok-kde3/patches/patch-aj new file mode 100644 index 00000000000..8ad48a2b1c9 --- /dev/null +++ b/audio/amarok-kde3/patches/patch-aj @@ -0,0 +1,14 @@ +$NetBSD: patch-aj,v 1.1 2011/01/29 21:36:10 markd Exp $ + +fix build with gcc4.3 + +--- amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp.orig 2008-08-13 21:21:51.000000000 +0000 ++++ amarok/src/metadata/mp4/taglib_mp4filetyperesolver.cpp +@@ -24,6 +24,7 @@ + + #include "taglib_mp4filetyperesolver.h" + #include "mp4file.h" ++#include <string.h> + + TagLib::File *MP4FileTypeResolver::createFile(const char *fileName, + bool readProperties, |