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

Collapse All | Expand All

(-)/usr/portage/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild (-1 / +9 lines)
Line 0 Link Here
1
--- print-sctp.c.orig	2003-02-26 07:07:22.000000000 +0100
Lines 13-23 Link Here
13
13
14
LICENSE="BSD"
14
LICENSE="BSD"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="x86 ppc sparc alpha mips hppa arm"
16
KEYWORDS="x86 ppc sparc alpha mips hppa arm ~amd64"
17
17
18
DEPEND=">=net-libs/libpcap-0.6.1
18
DEPEND=">=net-libs/libpcap-0.6.1
19
	ssl? ( >=dev-libs/openssl-0.6.9 )"
19
	ssl? ( >=dev-libs/openssl-0.6.9 )"
20
20
21
src_unpack() {
22
        unpack ${A}
23
        cd ${S}
24
        epatch ${FILESDIR}/${P}-sctp.patch
25
26
}
27
21
src_compile() {
28
src_compile() {
22
	local myconf
29
	local myconf
23
30

Return to bug 25544