diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-16 18:50:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-16 18:50:24 +0000 |
commit | 9caf5506578338cc5ceed85f6fefd710e47e5818 (patch) | |
tree | 8a93d9314e305306665da0b85c702da887b9986d /app-emulation/fuse/files | |
parent | Version bump. Switch to EAPI 4. (diff) | |
download | gentoo-2-9caf5506578338cc5ceed85f6fefd710e47e5818.tar.gz gentoo-2-9caf5506578338cc5ceed85f6fefd710e47e5818.tar.bz2 gentoo-2-9caf5506578338cc5ceed85f6fefd710e47e5818.zip |
old
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/fuse/files')
-rw-r--r-- | app-emulation/fuse/files/fuse-0.7.0-gcc4.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-emulation/fuse/files/fuse-0.7.0-gcc4.patch b/app-emulation/fuse/files/fuse-0.7.0-gcc4.patch deleted file mode 100644 index e29706fe351f..000000000000 --- a/app-emulation/fuse/files/fuse-0.7.0-gcc4.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur fuse-0.7.0.orig/sound.c fuse-0.7.0/sound.c ---- fuse-0.7.0.orig/sound.c 2004-07-04 21:52:15.000000000 +0300 -+++ fuse-0.7.0/sound.c 2006-03-09 19:26:17.000000000 +0200 -@@ -58,8 +58,8 @@ - int sound_stereo_ay_abc=0; /* (AY stereo) true for ABC stereo, else ACB */ - int sound_stereo_ay_narrow=0; /* (AY stereo) true for narrow AY st. sep. */ - --static int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */ --static int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */ -+int sound_stereo_ay=0; /* local copy of settings_current.stereo_ay */ -+int sound_stereo_beeper=0; /* and settings_current.stereo_beeper */ - - - /* assume all three tone channels together match the beeper volume (ish). |