summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-al
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-al
parentb375da353f59b3529ea28095211f44c717a37e43 (diff)
downloadpkgsrc-a3c306bd052baaa34cf56d0e68a96b72e2648d88.tar.gz
Various C++ tweaks/cleanups to get this package compiling with SunPro.
Diffstat (limited to 'audio/flac/patches/patch-al')
-rw-r--r--audio/flac/patches/patch-al20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-al b/audio/flac/patches/patch-al
new file mode 100644
index 00000000000..6ab7d370e55
--- /dev/null
+++ b/audio/flac/patches/patch-al
@@ -0,0 +1,20 @@
+$NetBSD: patch-al,v 1.1 2004/11/16 12:05:54 sketch Exp $
+
+--- ./src/libFLAC++/metadata.cpp.orig 2004-11-16 11:00:08.317545000 +0000
++++ ./src/libFLAC++/metadata.cpp 2004-11-16 11:00:19.507566000 +0000
+@@ -75,7 +75,7 @@
+ return ret;
+ }
+
+- };
++ }
+
+ FLACPP_API Prototype *clone(const Prototype *object)
+ {
+@@ -1283,5 +1283,5 @@
+ return ret;
+ }
+
+- };
++ }
+ };