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

Collapse All | Expand All

(-)vino-2.13.5.ebuild.orig (-3 / +7 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.13.5.ebuild,v 1.2 2006/05/06 13:03:23 allanonjl Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.2 2006/05/06 13:03:23 allanonjl Exp $
4
4
5
inherit eutils gnome2
5
inherit autotools eutils 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 42-49 Link Here
42
	cd "${S}"
42
	cd "${S}"
43
43
44
	# Fix compilation if --without-libz is passed
44
	# Fix compilation if --without-libz is passed
45
	epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch
45
	epatch "${FILESDIR}"/${PN}-2.11-zlib_fix.patch
46
46
47
	# Fix compilation for Gentoo/FreeBSD
47
	# Fix compilation for Gentoo/FreeBSD
48
	epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch
48
	epatch "${FILESDIR}"/${PN}-2.10.0-fbsd.patch
49
50
	# Fix compilation with LDFLAGS="-Wl,--as-needed"
51
	epatch "${FILESDIR}"/${P}-as-needed.patch
52
	eautoreconf
49
}
53
}

Return to bug 132558