summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/patches/patch-av')
-rw-r--r--audio/audacity/patches/patch-av13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/audacity/patches/patch-av b/audio/audacity/patches/patch-av
deleted file mode 100644
index 4a77f5e5286..00000000000
--- a/audio/audacity/patches/patch-av
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-av,v 1.1 2002/10/04 08:59:39 jlam Exp $
-
---- id3lib/include/id3/writer.h.orig Wed Jun 5 00:51:19 2002
-+++ id3lib/include/id3/writer.h
-@@ -33,7 +33,7 @@
- class ID3_CPP_EXPORT ID3_Writer
- {
- public:
-- typedef uint32 size_type;
-+ typedef size_t size_type;
- typedef uint8 char_type;
- typedef uint32 pos_type;
- typedef int32 off_type;