summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/patches/patch-ao')
-rw-r--r--audio/flac/patches/patch-ao11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-ao b/audio/flac/patches/patch-ao
new file mode 100644
index 00000000000..7f8341ecf60
--- /dev/null
+++ b/audio/flac/patches/patch-ao
@@ -0,0 +1,11 @@
+$NetBSD: patch-ao,v 1.1 2004/11/16 12:05:54 sketch Exp $
+
+--- ./src/libFLAC++/stream_decoder.cpp.orig 2004-11-16 11:04:04.924224000 +0000
++++ ./src/libFLAC++/stream_decoder.cpp 2004-11-16 11:04:10.117270000 +0000
+@@ -218,5 +218,5 @@
+ instance->error_callback(status);
+ }
+
+- };
++ }
+ };