diff options
Diffstat (limited to 'audio/flac/patches/patch-am')
-rw-r--r-- | audio/flac/patches/patch-am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-am b/audio/flac/patches/patch-am new file mode 100644 index 00000000000..0c9196f1c9e --- /dev/null +++ b/audio/flac/patches/patch-am @@ -0,0 +1,11 @@ +$NetBSD: patch-am,v 1.1 2004/11/16 12:05:54 sketch Exp $ + +--- ./src/libFLAC++/seekable_stream_decoder.cpp.orig 2004-11-16 11:01:24.773461000 +0000 ++++ ./src/libFLAC++/seekable_stream_decoder.cpp 2004-11-16 11:01:30.719312000 +0000 +@@ -282,5 +282,5 @@ + instance->error_callback(status); + } + +- }; ++ } + }; |