summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/patches/patch-ax')
-rw-r--r--audio/flac/patches/patch-ax11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-ax b/audio/flac/patches/patch-ax
new file mode 100644
index 00000000000..fd42b8ccdbc
--- /dev/null
+++ b/audio/flac/patches/patch-ax
@@ -0,0 +1,11 @@
+$NetBSD: patch-ax,v 1.1 2004/11/16 12:05:54 sketch Exp $
+
+--- ./src/libOggFLAC++/stream_encoder.cpp.orig 2004-11-16 11:17:13.087258000 +0000
++++ ./src/libOggFLAC++/stream_encoder.cpp 2004-11-16 11:17:17.124073000 +0000
+@@ -342,5 +342,5 @@
+ instance->metadata_callback(metadata);
+ }
+
+- };
++ }
+ };