summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-08-16 07:35:32 +0000
committerEldad Zack <eldad@gentoo.org>2004-08-16 07:35:32 +0000
commit5bda31615630cbc6bc0007ab447f2cdd3a058e06 (patch)
tree8cc56573c66e562c4bfc6442396c4be4710e7cc8 /net-analyzer/ethereal/ethereal-0.10.6.ebuild
parentsync IUSE (diff)
downloadhistorical-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.ebuild15
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)