summaryrefslogtreecommitdiff
path: root/audio/splay
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 17:07:48 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 17:07:48 +0000
commit388b24410cf6a757ef57d1cfa237e1831c95526b (patch)
treef473e8b0ceccbeb49ec5e7f9850a99eb9bd1a6de /audio/splay
parentUpdate to 0.6.1 (diff)
gcc 2.95 (being more ANSI C++ compliant) doesn't allow declaring variables
with no type.
Notes
Notes: svn path=/head/; revision=23463
Diffstat (limited to 'audio/splay')
-rw-r--r--audio/splay/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/splay/files/patch-ac b/audio/splay/files/patch-ac
new file mode 100644
index 000000000000..1cd32af8f5e4
--- /dev/null
+++ b/audio/splay/files/patch-ac
@@ -0,0 +1,11 @@
+--- mpegsound/mpeglayer3.cc.orig Sat Nov 27 16:44:49 1999
++++ mpegsound/mpeglayer3.cc Sat Nov 27 16:45:27 1999
+@@ -769,7 +769,7 @@
+ for(i=0;i<e;)
+ {
+ const HUFFMANCODETABLE *h;
+- register end;
++ register int end;
+
+ if (i<region1Start)
+ {