Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126689 | Differences between
and this patch

Collapse All | Expand All

(-)vino-2.13.5.ebuild (-1 / +5 lines)
Lines 2-8 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/net-misc/vino/vino-2.12.0.ebuild,v 1.3 2005/12/14 21:11:44 dang Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.12.0.ebuild,v 1.3 2005/12/14 21:11:44 dang Exp $
4
4
5
inherit eutils gnome2
5
inherit eutils autotools gnome2
6
6
7
DESCRIPTION="An integrated VNC server for GNOME"
7
DESCRIPTION="An integrated VNC server for GNOME"
8
HOMEPAGE="http://www.gnome.org/"
8
HOMEPAGE="http://www.gnome.org/"
Lines 47-50 Link Here
47
	epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch
47
	epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch
48
	# Fix compilation for Gentoo/FreeBSD
48
	# Fix compilation for Gentoo/FreeBSD
49
	epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch
49
	epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch
50
	# Fix --as-needed
51
	epatch ${FILESDIR}/${PN}-2.13.5-as-needed.patch
52
53
	eautoreconf || die "eautoreconf failed"
50
}
54
}

Return to bug 126689