diff options
author | 2004-08-16 07:35:32 +0000 | |
---|---|---|
committer | 2004-08-16 07:35:32 +0000 | |
commit | 5bda31615630cbc6bc0007ab447f2cdd3a058e06 (patch) | |
tree | 8cc56573c66e562c4bfc6442396c4be4710e7cc8 /net-analyzer/ethereal/ethereal-0.10.6.ebuild | |
parent | sync IUSE (diff) | |
download | historical-5bda31615630cbc6bc0007ab447f2cdd3a058e06.tar.gz historical-5bda31615630cbc6bc0007ab447f2cdd3a058e06.tar.bz2 historical-5bda31615630cbc6bc0007ab447f2cdd3a058e06.zip |
Got rid of the patch in favor of flag-o-matic
Diffstat (limited to 'net-analyzer/ethereal/ethereal-0.10.6.ebuild')
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.6.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.10.6.ebuild b/net-analyzer/ethereal/ethereal-0.10.6.ebuild index ee36638ca0c5..e94a8434cb20 100644 --- a/net-analyzer/ethereal/ethereal-0.10.6.ebuild +++ b/net-analyzer/ethereal/ethereal-0.10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.6.ebuild,v 1.2 2004/08/15 21:36:40 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.6.ebuild,v 1.3 2004/08/16 07:35:32 eldad Exp $ inherit libtool flag-o-matic gcc eutils @@ -33,21 +33,14 @@ DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex" -src_unpack() { - unpack ${A} - cd ${S} +src_compile() { replace-flags -O3 -O replace-flags -O2 -O - # Fix gcc-3.4 segfault #49238 - [ "`gcc-version`" == "3.4" ] && epatch ${FILESDIR}/0.10.6-gcc34.patch - # running a full elibtoolize seems to break things in this - # package... see bug 41831 (17 Feb 2004 agriffis) - # elibtoolize --patch-only -} + # Fix gcc-3.4 segfault #49238 + [ "`gcc-version`" == "3.4" ] && append-flags -fno-unroll-loops -src_compile() { local myconf=" $(use_with ssl) $(use_enable ipv6) |