Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334757
Collapse All | Expand All

(-)a/poink-2.03.ebuild (-2 / +6 lines)
Lines 2-7 Link Here
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/poink/poink-2.03.ebuild,v 1.8 2009/09/23 18:23:09 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/poink/poink-2.03.ebuild,v 1.8 2009/09/23 18:23:09 patrick Exp $
4
4
5
EAPI="2"
6
5
inherit eutils toolchain-funcs
7
inherit eutils toolchain-funcs
6
8
7
DESCRIPTION="TCP/IP-based ping implementation"
9
DESCRIPTION="TCP/IP-based ping implementation"
Lines 13-21 Link Here
13
IUSE=""
15
IUSE=""
14
DEPEND=""
16
DEPEND=""
15
17
16
src_unpack() {
18
src_prepare() {
17
	unpack ${A}
18
	epatch ${FILESDIR}/${PN}-2.03-signed-char-fixup.patch
19
	epatch ${FILESDIR}/${PN}-2.03-signed-char-fixup.patch
20
	sed -i \
21
		-e 's/$(CFLAGS)/$(LDFLAGS) &/' \
22
		Makefile || die
19
}
23
}
20
24
21
src_compile() {
25
src_compile() {

Return to bug 334757