summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/patches/patch-at')
-rw-r--r--audio/flac/patches/patch-at11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-at b/audio/flac/patches/patch-at
new file mode 100644
index 00000000000..9c0842e3448
--- /dev/null
+++ b/audio/flac/patches/patch-at
@@ -0,0 +1,11 @@
+$NetBSD: patch-at,v 1.1 2004/11/16 12:05:54 sketch Exp $
+
+--- ./src/libOggFLAC++/file_encoder.cpp.orig 2004-11-16 11:12:44.142879000 +0000
++++ ./src/libOggFLAC++/file_encoder.cpp 2004-11-16 11:12:52.120091000 +0000
+@@ -349,5 +349,5 @@
+ instance->progress_callback(bytes_written, samples_written, frames_written, total_frames_estimate);
+ }
+
+- };
++ }
+ };