summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-10-22 11:40:23 +0000
committerJon Hood <squinky86@gentoo.org>2004-10-22 11:40:23 +0000
commitdad675eac57c8b30c75107557420a19b053c6d00 (patch)
treeb0ce3a57a8b887716804d0ac19859ba727dee3aa /media-sound/mhwaveedit/files
parentinitial commit, theora plug-in (Manifest recommit) (diff)
downloadgentoo-2-dad675eac57c8b30c75107557420a19b053c6d00.tar.gz
gentoo-2-dad675eac57c8b30c75107557420a19b053c6d00.tar.bz2
gentoo-2-dad675eac57c8b30c75107557420a19b053c6d00.zip
gcc-3.4 fixin'
Diffstat (limited to 'media-sound/mhwaveedit/files')
-rw-r--r--media-sound/mhwaveedit/files/1.2.3-gcc34.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/mhwaveedit/files/1.2.3-gcc34.patch b/media-sound/mhwaveedit/files/1.2.3-gcc34.patch
new file mode 100644
index 000000000000..2bb9ddf3a033
--- /dev/null
+++ b/media-sound/mhwaveedit/files/1.2.3-gcc34.patch
@@ -0,0 +1,11 @@
+diff -Naur mhwaveedit-1.2.3.vanilla/src/filetypes.c mhwaveedit-1.2.3/src/filetypes.c
+--- mhwaveedit-1.2.3.vanilla/src/filetypes.c 2003-05-27 13:36:05.000000000 -0500
++++ mhwaveedit-1.2.3/src/filetypes.c 2004-10-21 21:33:10.755276896 -0500
+@@ -613,6 +613,7 @@
+ info->samplerate,info->channels); */
+ if (sf_format_check(info)) return FALSE;
+ outer:
++ {}
+ }
+ /* Try the left out suggestions finally... */
+ i = fmt->samplesize;