--- vino-2.13.5.ebuild (Revision 153) +++ vino-2.13.5.ebuild (Arbeitskopie) @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.12.0.ebuild,v 1.3 2005/12/14 21:11:44 dang Exp $ -inherit eutils gnome2 +inherit eutils autotools gnome2 DESCRIPTION="An integrated VNC server for GNOME" HOMEPAGE="http://www.gnome.org/" @@ -47,4 +47,8 @@ epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch # Fix compilation for Gentoo/FreeBSD epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch + # Fix --as-needed + epatch ${FILESDIR}/${PN}-2.13.5-as-needed.patch + + eautoreconf || die "eautoreconf failed" }