diff options
author | 2004-07-03 00:01:56 +0000 | |
---|---|---|
committer | 2004-07-03 00:01:56 +0000 | |
commit | 18f64a255641dbb02d8893ad1d7f1afd72be602a (patch) | |
tree | 8b0776c6694dd71868b837bc30d357d88ac36f6d /media-sound/alsamixergui/files | |
parent | AMD64 compilation fixes. (Manifest recommit) (diff) | |
download | gentoo-2-18f64a255641dbb02d8893ad1d7f1afd72be602a.tar.gz gentoo-2-18f64a255641dbb02d8893ad1d7f1afd72be602a.tar.bz2 gentoo-2-18f64a255641dbb02d8893ad1d7f1afd72be602a.zip |
GCC-3.4 patch. Closes bug #53186.
Diffstat (limited to 'media-sound/alsamixergui/files')
-rw-r--r-- | media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch | 12 | ||||
-rw-r--r-- | media-sound/alsamixergui/files/digest-alsamixergui-0.9.0.1.2-r4 | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch new file mode 100644 index 000000000000..d8317e6ba1e5 --- /dev/null +++ b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch @@ -0,0 +1,12 @@ +diff -Nurd alsamixergui-0.9.0rc1-2-old/src/alsamixer.cxx alsamixergui-0.9.0rc1-2/src/alsamixer.cxx +--- alsamixergui-0.9.0rc1-2-old/src/alsamixer.cxx 2004-06-06 23:35:40.994686104 -0500 ++++ alsamixergui-0.9.0rc1-2/src/alsamixer.cxx 2004-06-06 23:36:04.514110608 -0500 +@@ -654,7 +654,7 @@ + if (joined) { + #ifdef ALSAMIXER_GUI + for (chn = snd_mixer_selem_channel_id_t(0); chn < SND_MIXER_SCHN_LAST; +- snd_mixer_selem_channel_id_t(int(chn)++)) ++ snd_mixer_selem_channel_id_t(int(chn)+1)) + #else + for (chn = 0; chn < SND_MIXER_SCHN_LAST; chn++) + #endif diff --git a/media-sound/alsamixergui/files/digest-alsamixergui-0.9.0.1.2-r4 b/media-sound/alsamixergui/files/digest-alsamixergui-0.9.0.1.2-r4 new file mode 100644 index 000000000000..a47468b6e908 --- /dev/null +++ b/media-sound/alsamixergui/files/digest-alsamixergui-0.9.0.1.2-r4 @@ -0,0 +1 @@ +MD5 24b74dda2cf77c313c6cba9b062c8feb alsamixergui-0.9.0rc1-2.tar.gz 70255 |