diff options
author | Jon Nall <nall@gentoo.org> | 2002-12-31 14:07:36 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-12-31 14:07:36 +0000 |
commit | fe92cd47cd79cdf4c406b6e3bf5cb8dc74b32caa (patch) | |
tree | e8e9c8263a943996c8c0086717f3303a7c7f46ea /gnome-extra/gtkhtml | |
parent | Version bump. New unicode logic and added support for the spell use (diff) | |
download | gentoo-2-fe92cd47cd79cdf4c406b6e3bf5cb8dc74b32caa.tar.gz gentoo-2-fe92cd47cd79cdf4c406b6e3bf5cb8dc74b32caa.tar.bz2 gentoo-2-fe92cd47cd79cdf4c406b6e3bf5cb8dc74b32caa.zip |
added -Os to list of flags to change to -O2
Diffstat (limited to 'gnome-extra/gtkhtml')
-rw-r--r-- | gnome-extra/gtkhtml/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/gtkhtml/ChangeLog b/gnome-extra/gtkhtml/ChangeLog index 4143c740c5c4..6cef77b9f535 100644 --- a/gnome-extra/gtkhtml/ChangeLog +++ b/gnome-extra/gtkhtml/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for gnome-extra/gtkhtml # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.16 2002/12/24 21:19:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.17 2002/12/31 14:07:36 nall Exp $ 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gtkhtml-1.1.7-r1.ebuild : Fix deps as well for gconf fix (should always depend on gconf)... @@ -42,6 +42,9 @@ *gtkhtml-1.0.4 (19 Aug 2002) + 31 Dec 2002; Jon Nall <nall@gentoo.org> gtkhtml-1.0.4.ebuild : + added -Os to flags to change to -O2 + 15 Dec 2002; Jon Nall <nall@gentoo.org> gtkhtml-1.0.4.ebuild : replace any optimization from -O3 to -O9 with -O2. this fixes bug #11703 where the gtkhtml-editor component asserts during spell diff --git a/gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild b/gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild index 837ab5e9720c..2ad6904a35ab 100644 --- a/gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild,v 1.7 2002/12/16 01:55:15 nall Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-1.0.4.ebuild,v 1.8 2002/12/31 14:07:36 nall Exp $ IUSE="nls gnome" @@ -12,7 +12,7 @@ inherit flag-o-matic || die "I lost my inheritance" if [ "${ARCH}" = "ppc" ] then einfo "Changing optimization to -O2 for PPC" - replace-flags -O[3-9] -O2 + replace-flags -O[3-9s] -O2 fi S=${WORKDIR}/${P} |