diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-03 20:08:09 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-03 20:08:09 +0000 |
commit | c8568704e8ce16ae1620385c6941f605b669df3e (patch) | |
tree | 158575e5dac8d7b8ad632ec28d24a541f89779be /net-irc/bitchx | |
parent | hopefully this fixes the crashes on form submit (diff) | |
download | historical-c8568704e8ce16ae1620385c6941f605b669df3e.tar.gz historical-c8568704e8ce16ae1620385c6941f605b669df3e.tar.bz2 historical-c8568704e8ce16ae1620385c6941f605b669df3e.zip |
filter CFLAGS fixes bug #8667
Diffstat (limited to 'net-irc/bitchx')
-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 ) |