diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-27 08:06:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-27 08:06:13 +0000 |
commit | 236e08bc5160fac6cec3ea83f190a436997400b1 (patch) | |
tree | ffa2122a9e53d835889d58255a5389911722ff11 /games-emulation/mupen64/ChangeLog | |
parent | Marked as stable (diff) | |
download | gentoo-2-236e08bc5160fac6cec3ea83f190a436997400b1.tar.gz gentoo-2-236e08bc5160fac6cec3ea83f190a436997400b1.tar.bz2 gentoo-2-236e08bc5160fac6cec3ea83f190a436997400b1.zip |
disable the riceplugin for anything < gcc 3.3 (bug 29206); other fixes
Diffstat (limited to 'games-emulation/mupen64/ChangeLog')
-rw-r--r-- | games-emulation/mupen64/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games-emulation/mupen64/ChangeLog b/games-emulation/mupen64/ChangeLog index e61de83d3926..51aed6379ca7 100644 --- a/games-emulation/mupen64/ChangeLog +++ b/games-emulation/mupen64/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-emulation/mupen64 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/ChangeLog,v 1.3 2003/09/19 05:58:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/ChangeLog,v 1.4 2003/09/27 08:06:11 mr_bones_ Exp $ + + 27 Sep 2003; Michael Sterrett <msterret@gentoo.org> mupen64-0.3.ebuild, + files/mupen64: + disable the riceplugin for anything < gcc 3.3; more error messages; make + wrapper script run out of ~/.mupen64 to avoid segfault on exit; wrapper is a + bash script; cp ini file to ~ so it can be updated on exit. Should work + around bug 29206 enough to close that bug. *mupen64-0.3 (19 Sep 2003) |