summaryrefslogtreecommitdiff
path: root/audio/taglib/patches
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2004-02-09 00:30:24 +0000
committerchris <chris@pkgsrc.org>2004-02-09 00:30:24 +0000
commit4af5ec789b87accf9e53664632e76afca06fd0f1 (patch)
tree431690bcbd50f9f25e422f2cb1ac1d8424357676 /audio/taglib/patches
parent2761a7a810206ad6da35eff24feb4e9934841b0c (diff)
downloadpkgsrc-4af5ec789b87accf9e53664632e76afca06fd0f1.tar.gz
Initial import of TagLib 1.0.
TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.
Diffstat (limited to 'audio/taglib/patches')
-rw-r--r--audio/taglib/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/taglib/patches/patch-aa b/audio/taglib/patches/patch-aa
new file mode 100644
index 00000000000..5dadf3c691e
--- /dev/null
+++ b/audio/taglib/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/09 00:30:25 chris Exp $
+
+--- taglib/toolkit/taglib.h.orig 2004-02-08 16:24:42.000000000 +0000
++++ taglib/toolkit/taglib.h 2004-02-08 16:26:01.000000000 +0000
+@@ -29,6 +29,13 @@
+
+ //! A namespace for all TagLib related classes and functions
+
++/*
++ * not all C++ compilers provide char_traits for wchar
++ * so we borrow a file from id3lib as it has the relevant bits
++ */
++#define ID3_NEED_WCHAR_TEMPLATE 1
++#include "id3lib_strings.h"
++
+ /*!
+ * This namespace contains everything in TagLib. For projects working with
+ * TagLib extensively it may be conveniten to add a