--- /usr/portage/net-misc/dhcpv6/dhcpv6-1.0.22.ebuild 2008-12-02 01:48:12.000000000 +0100 +++ /usr/local/portage/net-misc/dhcpv6/dhcpv6-1.0.22.ebuild 2008-12-02 08:51:33.048706038 +0100 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-1.0.22.ebuild,v 1.1 2008/12/02 00:48:12 jer Exp $ +# $Header: $ inherit flag-o-matic @@ -18,6 +18,7 @@ src_compile() { use static && append-ldflags -static econf || die + epatch "${FILESDIR}/fix-gnusource-collisions.patch" emake || die }