diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-13 08:16:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-13 08:16:40 +0000 |
commit | 2c2054c5c7cfc7b79ef0a3c02b53fde85138c51d (patch) | |
tree | 7f02aa41e46cdd010b895f73fc00ec76247359b9 /audio/mp3diags | |
parent | e62f6c94c7c9d0aa2714060a1143c65dd7132a58 (diff) | |
download | pkgsrc-2c2054c5c7cfc7b79ef0a3c02b53fde85138c51d.tar.gz |
Remove obsoleted patch.
Diffstat (limited to 'audio/mp3diags')
-rw-r--r-- | audio/mp3diags/patches/patch-src_fstream__unicode.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/mp3diags/patches/patch-src_fstream__unicode.cpp b/audio/mp3diags/patches/patch-src_fstream__unicode.cpp deleted file mode 100644 index 1ffc669e614..00000000000 --- a/audio/mp3diags/patches/patch-src_fstream__unicode.cpp +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-src_fstream__unicode.cpp,v 1.1 2014/01/02 15:52:56 wiz Exp $ - -clang support from upstream SVN 278. - ---- src/fstream_unicode.cpp.orig 2009-11-03 12:20:00.000000000 +0000 -+++ src/fstream_unicode.cpp -@@ -19,7 +19,7 @@ - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - --#ifdef __GNUC__ -+#if defined(__GNUC__) && !defined(__llvm__) - - - #include "fstream_unicode.h" -@@ -178,9 +178,10 @@ int unicodeOpenHlp(const int& fd, std::i - - //ttt2 review O_SHORT_LIVED - --#else // #ifdef __GNUC__ -+#else // #if defined(__GNUC__) && !defined(__llvm__) - - // nothing to do for now; the MSVC version is fully inline and no ports to other compilers exist - --#endif // #ifdef __GNUC__ -+#endif // #if defined(__GNUC__) && !defined(__llvm__) -+ - |