diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-15 04:36:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-10-15 04:36:38 +0000 |
commit | e27dee7ac4a22e725eba0ed6d3750dfbba556218 (patch) | |
tree | dbf9beed5bbb3ba917333fec269b7779e4601a84 /media-libs/sdl-sound/ChangeLog | |
parent | new version (diff) | |
download | gentoo-2-e27dee7ac4a22e725eba0ed6d3750dfbba556218.tar.gz gentoo-2-e27dee7ac4a22e725eba0ed6d3750dfbba556218.tar.bz2 gentoo-2-e27dee7ac4a22e725eba0ed6d3750dfbba556218.zip |
add patch to fix up the problems gcc 3.3.1 has with the configure script. (bug 31163)
Diffstat (limited to 'media-libs/sdl-sound/ChangeLog')
-rw-r--r-- | media-libs/sdl-sound/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-libs/sdl-sound/ChangeLog b/media-libs/sdl-sound/ChangeLog index 3f7a243333b3..26ac1c1c1048 100644 --- a/media-libs/sdl-sound/ChangeLog +++ b/media-libs/sdl-sound/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/sdl-sound # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.10 2003/10/14 08:01:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.11 2003/10/15 04:36:25 mr_bones_ Exp $ + + 14 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> sdl-sound-1.0.1.ebuild, + files/gcc331.patch: + add patch to fix up the problems gcc 3.3.1 has with the configure script. + This is to address bug 31163. *sdl-sound-1.0.1 (14 Oct 2003) |