summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-08-18 01:13:10 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-08-18 01:13:10 +0000
commit12a5dc3c816dc852846ec0af93d794f65c70ca14 (patch)
tree343ea0e14f60fc1788deaaea76d91bb42f9540b7 /x11-wm/windowmaker
parentMarking amd64 stable (diff)
downloadgentoo-2-12a5dc3c816dc852846ec0af93d794f65c70ca14.tar.gz
gentoo-2-12a5dc3c816dc852846ec0af93d794f65c70ca14.tar.bz2
gentoo-2-12a5dc3c816dc852846ec0af93d794f65c70ca14.zip
replace -Os and -O3 by -O2 CFLAGS.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild
index 8c46c6adf3a4..0a606c17090f 100644
--- a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.9 2006/08/18 00:47:36 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.10 2006/08/18 01:13:10 metalgod Exp $
inherit eutils gnustep-funcs flag-o-matic multilib
@@ -34,7 +34,9 @@ fi
src_unpack() {
is-flag -fstack-protector && filter-flags -fstack-protector \
&& ewarn "CFLAG -fstack-protector has been disabled, as it is known to cause bugs with WindowMaker (bug #78051)" && ebeep 2
- filter-flags -Os
+ replace-flags "-Os" "-O2"
+ replace-flags "-O3" "-O2"
+
unpack ${A}
cd "${S}"
epatch ${FILESDIR}/${PV/0.92/0.91}/singleclick-shadeormaxopts-0.9x.patch2