diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-05 21:17:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-05 21:17:04 +0000 |
commit | 53f144e57cdc28bbb1853001f50fc8e5a3734cfa (patch) | |
tree | 45d5989cdd786a0192c99f003477511afc3a20b9 /audio/mp3unicode/files/patch-mp3unicode.cpp | |
parent | cf265c722a1b0ba9ff8fd7ec2ee9ab14dd1e8057 (diff) | |
download | ports-53f144e57cdc28bbb1853001f50fc8e5a3734cfa.tar.gz ports-53f144e57cdc28bbb1853001f50fc8e5a3734cfa.zip |
Notes
Diffstat (limited to 'audio/mp3unicode/files/patch-mp3unicode.cpp')
-rw-r--r-- | audio/mp3unicode/files/patch-mp3unicode.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/mp3unicode/files/patch-mp3unicode.cpp b/audio/mp3unicode/files/patch-mp3unicode.cpp new file mode 100644 index 000000000000..9cb405af1513 --- /dev/null +++ b/audio/mp3unicode/files/patch-mp3unicode.cpp @@ -0,0 +1,12 @@ +--- ./mp3unicode.cpp.orig 2007-09-25 14:57:33.000000000 +0400 ++++ ./mp3unicode.cpp 2007-09-29 15:16:49.000000000 +0400 +@@ -200,9 +200,6 @@ + if ( + iconv ( + cd, +-#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010B +- (char **) +-#endif + &from, + &from_size, + &to, |