mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Removing old taglib patches as they have now been applied upstream
This commit is contained in:
@@ -1,31 +0,0 @@
|
|||||||
diff -urN taglib-1.5/taglib/toolkit/tbytevector.h taglib-1.5-haiku/taglib/toolkit/tbytevector.h
|
|
||||||
--- taglib-1.5/taglib/toolkit/tbytevector.h 2009-03-02 00:20:39.000000000 +0000
|
|
||||||
+++ taglib-1.5-haiku/taglib/toolkit/tbytevector.h 2009-03-02 00:04:02.000000000 +0000
|
|
||||||
@@ -30,7 +30,12 @@
|
|
||||||
#include "taglib_export.h"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
+#include <string>
|
|
||||||
+#ifdef __HAIKU__
|
|
||||||
+#include <iostream>
|
|
||||||
+#else
|
|
||||||
#include <ostream>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
namespace TagLib {
|
|
||||||
|
|
||||||
diff -urN taglib-1.5/taglib/toolkit/tstring.h taglib-1.5-haiku/taglib/toolkit/tstring.h
|
|
||||||
--- taglib-1.5/taglib/toolkit/tstring.h 2009-03-02 00:20:39.000000000 +0000
|
|
||||||
+++ taglib-1.5-haiku/taglib/toolkit/tstring.h 2009-03-02 00:03:03.000000000 +0000
|
|
||||||
@@ -31,7 +31,11 @@
|
|
||||||
#include "tbytevector.h"
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
+#ifdef __HAIKU__
|
|
||||||
+#include <iostream>
|
|
||||||
+#else
|
|
||||||
#include <ostream>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* \relates TagLib::String
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
Index: taglib/toolkit/tstring.h
|
|
||||||
===================================================================
|
|
||||||
--- taglib/toolkit/tstring.h (revision 989741)
|
|
||||||
+++ taglib/toolkit/tstring.h (working copy)
|
|
||||||
@@ -31,7 +31,11 @@
|
|
||||||
#include "tbytevector.h"
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
+#ifdef __HAIKU__
|
|
||||||
+#include <iostream>
|
|
||||||
+#else
|
|
||||||
#include <ostream>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* \relates TagLib::String
|
|
||||||
Index: taglib/toolkit/tbytevector.h
|
|
||||||
===================================================================
|
|
||||||
--- taglib/toolkit/tbytevector.h (revision 989741)
|
|
||||||
+++ taglib/toolkit/tbytevector.h (working copy)
|
|
||||||
@@ -30,7 +30,11 @@
|
|
||||||
#include "taglib_export.h"
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
+#ifdef __HAIKU__
|
|
||||||
+#include <iostream>
|
|
||||||
+#else
|
|
||||||
#include <ostream>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
namespace TagLib {
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user