summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-av
diff options
context:
space:
mode:
authorsketch <sketch>2004-11-16 12:05:54 +0000
committersketch <sketch>2004-11-16 12:05:54 +0000
commita3c306bd052baaa34cf56d0e68a96b72e2648d88 (patch)
tree1a58d7e9cb57f6261c5c9069ea2c4daf0a5e14e6 /audio/flac/patches/patch-av
parentb375da353f59b3529ea28095211f44c717a37e43 (diff)
downloadpkgsrc-a3c306bd052baaa34cf56d0e68a96b72e2648d88.tar.gz
Various C++ tweaks/cleanups to get this package compiling with SunPro.
Diffstat (limited to 'audio/flac/patches/patch-av')
-rw-r--r--audio/flac/patches/patch-av11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-av b/audio/flac/patches/patch-av
new file mode 100644
index 00000000000..6018a2c5d97
--- /dev/null
+++ b/audio/flac/patches/patch-av
@@ -0,0 +1,11 @@
+$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);
+ }
+
+- };
++ }
+ };