Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184668 | Differences between
and this patch

Collapse All | Expand All

(-)wireshark-0.99.6.ebuild (-3 / +8 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.6.ebuild,v 1.2 2007/07/09 17:37:35 armin76 Exp $
3
# $Header: $
4
4
5
inherit libtool flag-o-matic eutils toolchain-funcs
5
WANT_AUTOMAKE="1.9"
6
7
inherit autotools libtool flag-o-matic eutils toolchain-funcs
6
8
7
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
9
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
8
HOMEPAGE="http://www.wireshark.org/"
10
HOMEPAGE="http://www.wireshark.org/"
Lines 53-59 Link Here
53
55
54
src_unpack() {
56
src_unpack() {
55
	unpack ${A}
57
	unpack ${A}
56
	cd "${S}"/epan
58
	cd "${S}"
59
	epatch "${FILESDIR}"/${P}-asneeded.patch
60
	eautomake
61
	cd epan
57
	epatch "${FILESDIR}"/wireshark-except-double-free.diff
62
	epatch "${FILESDIR}"/wireshark-except-double-free.diff
58
	epatch "${FILESDIR}"/wireshark-epan_dissectors_packet-diameter.diff
63
	epatch "${FILESDIR}"/wireshark-epan_dissectors_packet-diameter.diff
59
}
64
}

Return to bug 184668