diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-04 22:46:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-04 22:46:57 +0000 |
commit | cc340e2c5c4fb19c32dfe8cd3661bbee5c432d3b (patch) | |
tree | dca58e6c230bacb84b43e851a8efd0e860d6b7de /games-emulation | |
parent | comment change (diff) | |
download | historical-cc340e2c5c4fb19c32dfe8cd3661bbee5c432d3b.tar.gz historical-cc340e2c5c4fb19c32dfe8cd3661bbee5c432d3b.tar.bz2 historical-cc340e2c5c4fb19c32dfe8cd3661bbee5c432d3b.zip |
replace -Os with -O2 in CFLAGS to fix bug 32745
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/openmsx/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/openmsx/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/openmsx/openmsx-0.3.3.ebuild | 7 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-emulation/openmsx/ChangeLog b/games-emulation/openmsx/ChangeLog index 52af17460265..103b6a3ef406 100644 --- a/games-emulation/openmsx/ChangeLog +++ b/games-emulation/openmsx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/openmsx # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.1 2003/11/04 09:26:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/ChangeLog,v 1.2 2003/11/04 22:46:55 mr_bones_ Exp $ + + 04 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> openmsx-0.3.3.ebuild: + replace -Os with -O2 in CFLAGS to fix bug 32745 *openmsx-0.3.3 (04 Nov 2003) diff --git a/games-emulation/openmsx/Manifest b/games-emulation/openmsx/Manifest index 64932aa26d04..19f6276e9db2 100644 --- a/games-emulation/openmsx/Manifest +++ b/games-emulation/openmsx/Manifest @@ -1,4 +1,4 @@ -MD5 462f4c0d458bd4224d27192bc9967b25 openmsx-0.3.3.ebuild 1782 +MD5 5abebc187ff9051114ea4ed118222991 openmsx-0.3.3.ebuild 1838 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 -MD5 cd39be73711f765439eb307f57f5eb27 ChangeLog 409 +MD5 346bd6bfcaeae690a49f9d20ce9726fd ChangeLog 537 MD5 57a5a827ee242bcd74d41dd135924b95 files/digest-openmsx-0.3.3 66 diff --git a/games-emulation/openmsx/openmsx-0.3.3.ebuild b/games-emulation/openmsx/openmsx-0.3.3.ebuild index d9e3ddbf7afd..da03d4423dd0 100644 --- a/games-emulation/openmsx/openmsx-0.3.3.ebuild +++ b/games-emulation/openmsx/openmsx-0.3.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.3.3.ebuild,v 1.1 2003/11/04 09:26:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/openmsx/openmsx-0.3.3.ebuild,v 1.2 2003/11/04 22:46:55 mr_bones_ Exp $ -inherit games +inherit flag-o-matic games DESCRIPTION="MSX emulator that aims for perfection" HOMEPAGE="http://openmsx.sourceforge.net/" @@ -13,6 +13,9 @@ LICENSE="GPL-2" SLOT="0" IUSE="" +# fix bug 32745 +replace-flags '-Os' '-O2' + DEPEND="dev-libs/libxml2 media-libs/libpng sys-libs/zlib |