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

(-)http-fetcher-1.1.0.ebuild (+3 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/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild,v 1.6 2007/07/02 14:53:14 peper Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild,v 1.6 2007/07/02 14:53:14 peper Exp $
4
4
5
inherit flag-o-matic
6
5
MY_P="${P/-/_}"
7
MY_P="${P/-/_}"
6
S="${WORKDIR}/${MY_P}"
8
S="${WORKDIR}/${MY_P}"
7
DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
9
DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
Lines 17-22 IUSE="debug" Link Here
17
RDEPEND="virtual/libc"
19
RDEPEND="virtual/libc"
18
20
19
src_compile() {
21
src_compile() {
22
        append-flags -D_GNU_SOURCE #227549
20
	econf --enable-strict $(use_enable debug) || die "econf failed"
23
	econf --enable-strict $(use_enable debug) || die "econf failed"
21
	emake || die "emake failed"
24
	emake || die "emake failed"
22
}
25
}

Return to bug 227549