--- knock-0.5.ebuild 2007-12-27 13:36:43.000000000 +0100 +++ knock-0.5-r1.ebuild 2008-07-25 22:40:31.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.5.ebuild,v 1.10 2007/12/27 12:23:07 armin76 Exp $ -inherit eutils +inherit eutils base MY_PV="${PV/%.0}" S="${WORKDIR}/${PN}-${MY_PV}" @@ -20,6 +20,8 @@ DEPEND="net-libs/libpcap" RDEPEND="net-firewall/iptables ${DEPEND}" +PATCHES=( "${FILESDIR}/gcc-4.3.patch" ) + src_install() { make DESTDIR=${D} install || die "make install failed" dodoc README