diff options
author | 2002-10-03 20:08:09 +0000 | |
---|---|---|
committer | 2002-10-03 20:08:09 +0000 | |
commit | b3e543ead8c78872c5e7ca441b530466a8445522 (patch) | |
tree | b4be14ca94f44e5ea4f6c560666d61e1d53522c4 /net-irc | |
parent | hopefully this fixes the crashes on form submit (diff) | |
download | gentoo-2-b3e543ead8c78872c5e7ca441b530466a8445522.tar.gz gentoo-2-b3e543ead8c78872c5e7ca441b530466a8445522.tar.bz2 gentoo-2-b3e543ead8c78872c5e7ca441b530466a8445522.zip |
filter CFLAGS fixes bug #8667
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r2.ebuild | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 79c4e4c72236..0a4ec6641fe2 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.8 2002/08/23 03:18:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.9 2002/10/03 20:08:09 bcowan Exp $ *bitchx-1.0.19-r2 (26 Jun 2002) + 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 + problem. closes bug #8667 + 22 Aug 2002; Seemant Kulleen <seemant@gentoo.org> bitchx-1.0.19-r2.ebuild : Man page now installs properly (ie, it's readable). Thanks to: diff --git a/net-irc/bitchx/bitchx-1.0.19-r2.ebuild b/net-irc/bitchx/bitchx-1.0.19-r2.ebuild index 81d496832bfc..1a1b11204c30 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 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.5 2002/10/01 02:54:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r2.ebuild,v 1.6 2002/10/03 20:08:09 bcowan Exp $ MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX @@ -12,6 +12,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" +inherit flag-o-matic +replace-flags -O3 -O2 DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) |