--- http-fetcher-1.1.0.ebuild 2008-11-25 15:31:55.000000000 -0500 +++ http-fetcher-1.1.0-r1.ebuild 2008-11-25 15:41:41.000000000 -0500 @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $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 $ +inherit flag-o-matic + MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method." @@ -17,6 +19,7 @@ IUSE="debug" RDEPEND="virtual/libc" src_compile() { + append-flags -D_GNU_SOURCE #227549 econf --enable-strict $(use_enable debug) || die "econf failed" emake || die "emake failed" }