pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mp3diags/patches Remove obsoleted patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8bab1322e64
branches:  trunk
changeset: 631742:e8bab1322e64
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 13 08:16:40 2014 +0000

description:
Remove obsoleted patch.

diffstat:

 audio/mp3diags/patches/patch-src_fstream__unicode.cpp |  28 -------------------
 1 files changed, 0 insertions(+), 28 deletions(-)

diffs (32 lines):

diff -r 35556c74477d -r e8bab1322e64 audio/mp3diags/patches/patch-src_fstream__unicode.cpp
--- a/audio/mp3diags/patches/patch-src_fstream__unicode.cpp     Thu Mar 13 07:32:02 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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__)
-+
- 



Home | Main Index | Thread Index | Old Index