diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-07-12 11:39:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-07-12 11:39:31 +0000 |
commit | 9a7916596b24fd37750e31d6649e245e6497d51e (patch) | |
tree | afe301723b67c75e3f68da1467af9aaf688764bc /audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h | |
parent | * Update to 1.2.1.r3 (diff) |
Make compilable with gcc 4.4
PR: ports/147639
Submitted by: Andriy Gapon [avg icyb.net.ua]
Approved by: maintainer, tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=257682
Diffstat (limited to 'audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h')
-rw-r--r-- | audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h b/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h new file mode 100644 index 000000000000..1e50618375fa --- /dev/null +++ b/audio/libtunepimp/files/patch-include_tunepimp-0.5_metadata.h @@ -0,0 +1,10 @@ +--- include/tunepimp-0.5/metadata.h.orig 2010-06-07 10:40:42.479449473 +0300 ++++ include/tunepimp-0.5/metadata.h 2010-06-07 10:41:25.477086516 +0300 +@@ -29,6 +29,7 @@ + + #include <string> + #include <cstdio> ++#include <cstring> + + #include "defs.h" + #include "tp_c.h" |