diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-24 03:10:38 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-24 03:10:38 +0000 |
commit | f1da4abf3615ac5f132fc78b0c0ef53848a52a2e (patch) | |
tree | 892cf1d37b56f12d44af90e906425fdec3647cc6 /app-emulation/xmame/ChangeLog | |
parent | Fixed bogus dates. (diff) | |
download | historical-f1da4abf3615ac5f132fc78b0c0ef53848a52a2e.tar.gz historical-f1da4abf3615ac5f132fc78b0c0ef53848a52a2e.tar.bz2 historical-f1da4abf3615ac5f132fc78b0c0ef53848a52a2e.zip |
Fixes a compile error with -O3 optimizations; reverts to -O2. Fixes #5258.
Diffstat (limited to 'app-emulation/xmame/ChangeLog')
-rw-r--r-- | app-emulation/xmame/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-emulation/xmame/ChangeLog b/app-emulation/xmame/ChangeLog index 843ad5630248..4e99e5f5427c 100644 --- a/app-emulation/xmame/ChangeLog +++ b/app-emulation/xmame/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-games/xmame # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/ChangeLog,v 1.6 2002/07/16 02:56:20 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xmame/ChangeLog,v 1.7 2002/07/24 03:10:38 rphillips Exp $ *xmame-0.60.1-r2 (13 June 2002) + 23 Jul 2002; Ryan Phillips <rphillips@gentoo.org> : + + on x86 platforms -O3 doesn't compile. I included a sed statement + to replace -O3 with -O2. + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : Added KEYWORDS. |