From: witekfl Date: Sun, 15 May 2005 18:26:14 +0000 (+0000) Subject: - compilation fix for gcc4 X-Git-Tag: auto/th/fuse-0_8_0_1-1~14 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffuse.git;a=commitdiff_plain;h=a7a16ca60e8bec602c74ceeabb2894290eee2e30 - compilation fix for gcc4 Changed files: fuse-gcc4.patch -> 1.1 --- diff --git a/fuse-gcc4.patch b/fuse-gcc4.patch new file mode 100644 index 0000000..8cbd2cb --- /dev/null +++ b/fuse-gcc4.patch @@ -0,0 +1,13 @@ +--- fuse-0.7.0.orig/sound.c 2004-07-04 20:52:15.000000000 +0200 ++++ fuse-0.7.0/sound.c 2005-05-15 20:19:45.596349088 +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).