summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-06-02 02:41:57 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-06-02 02:41:57 +0000
commit8e193199ddad8cb14afe7e971cc51647ffdaadb8 (patch)
tree2b7d9d2b29648eb49fae7d9b880e146f78dfc12f /www-client/kazehakase/kazehakase-0.3.9.ebuild
parentMarking libart_lgpl-2.3.19-r1 ppc stable for bug #171107 (diff)
downloadhistorical-8e193199ddad8cb14afe7e971cc51647ffdaadb8.tar.gz
historical-8e193199ddad8cb14afe7e971cc51647ffdaadb8.tar.bz2
historical-8e193199ddad8cb14afe7e971cc51647ffdaadb8.zip
Added replace-flags -Os -O2, bug #159949.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'www-client/kazehakase/kazehakase-0.3.9.ebuild')
-rw-r--r--www-client/kazehakase/kazehakase-0.3.9.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/www-client/kazehakase/kazehakase-0.3.9.ebuild b/www-client/kazehakase/kazehakase-0.3.9.ebuild
index c1eaeaba1d59..35ce2fa07a25 100644
--- a/www-client/kazehakase/kazehakase-0.3.9.ebuild
+++ b/www-client/kazehakase/kazehakase-0.3.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.3.9.ebuild,v 1.7 2006/10/04 14:46:54 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/kazehakase/kazehakase-0.3.9.ebuild,v 1.8 2007/06/02 02:41:57 matsuu Exp $
+
+inherit flag-o-matic
IUSE="hyperestraier migemo ruby ssl thumbnail"
@@ -28,6 +30,9 @@ RDEPEND="${DEPEND}
src_compile(){
local myconf
+ # Bug 159949
+ replace-flags -Os -O2
+
if use hyperestraier; then
myconf="${myconf} --with-search-engine=hyperestraier"
else