summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-10-21 13:09:35 +0000
committerTilman Klar <phoenix@gentoo.org>2002-10-21 13:09:35 +0000
commit8e56d3953cdaed86cb075c516de28a970429cabd (patch)
treeed3244d0a13385824363aa97d526f2b0dacbd74a /net-irc/bitchx
parentcleaned up this thing (diff)
downloadgentoo-2-8e56d3953cdaed86cb075c516de28a970429cabd.tar.gz
gentoo-2-8e56d3953cdaed86cb075c516de28a970429cabd.tar.bz2
gentoo-2-8e56d3953cdaed86cb075c516de28a970429cabd.zip
Fixed a flag-o-matic issue.
Diffstat (limited to 'net-irc/bitchx')
-rw-r--r--net-irc/bitchx/ChangeLog9
-rw-r--r--net-irc/bitchx/bitchx-1.0.19-r2.ebuild5
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog
index 0a4ec6641fe2..f127a66b82d4 100644
--- a/net-irc/bitchx/ChangeLog
+++ b/net-irc/bitchx/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for net-ircbitchxChangeLog/
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.9 2002/10/03 20:08:09 bcowan Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.10 2002/10/21 13:09:35 phoenix Exp $
*bitchx-1.0.19-r2 (26 Jun 2002)
+ 21 Oct 2002; phoen][x <phoenix@gentoo.org> bitchx-1.0.19-r2.ebuild :
+
+ Fixed the flag-o-matic setting. It explicitely replaced -O3 with -O2,
+ which made the ebuild fail on -O4++ (which aren't standard gcc settings).
+ Flag-o-matic replaces -O[3-9] with -O2 now.
+
03 Oct 2002; Brad Cowan <bcowan@gentoo.org> bitchx-1.0.19-r2.ebuild :
Added flag-o-matic to change -O3 to -O2 this fixes a segmentation fault
diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild
index a40312a3f2dd..48be04b9a5cb 100644
--- a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild
+++ b/net-irc/bitchx/bitchx-1.0.19-r2.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/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.8 2002/10/05 05:39:22 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.9 2002/10/21 13:09:35 phoenix Exp $
IUSE="ssl esd gnome xmms ncurses ipv6 gtk"
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 ppc"
inherit flag-o-matic
-replace-flags -O3 -O2
+replace-flags -O[3-9] -O2
DEPEND=">=sys-libs/ncurses-5.1
ssl? ( >=dev-libs/openssl-0.9.6 )
@@ -28,7 +28,6 @@ DEPEND=">=sys-libs/ncurses-5.1
>=media-libs/imlib-1.9.10-r1 )"
src_compile() {
-
local myconf
if [ "${DEBUG}" ]