summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/patches/patch-av')
-rw-r--r--audio/flac/patches/patch-av11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/flac/patches/patch-av b/audio/flac/patches/patch-av
deleted file mode 100644
index 6018a2c5d97..00000000000
--- a/audio/flac/patches/patch-av
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-av,v 1.1 2004/11/16 12:05:54 sketch Exp $
-
---- ./src/libOggFLAC++/seekable_stream_encoder.cpp.orig 2004-11-16 11:15:04.815910000 +0000
-+++ ./src/libOggFLAC++/seekable_stream_encoder.cpp 2004-11-16 11:15:09.120236000 +0000
-@@ -362,5 +362,5 @@
- return instance->write_callback(buffer, bytes, samples, current_frame);
- }
-
-- };
-+ }
- };