View | Details | Raw Unified
Collapse All | Expand All

(-) vino-2.13.5.ebuild.orig (-3 / +7 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.2 2006/05/06 13:03:23 allanonjl Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/vino/vino-2.13.5.ebuild,v 1.2 2006/05/06 13:03:23 allanonjl Exp $
inherit eutils gnome2
inherit autotools eutils gnome2
DESCRIPTION="An integrated VNC server for GNOME"
DESCRIPTION="An integrated VNC server for GNOME"
HOMEPAGE="http://www.gnome.org/"
HOMEPAGE="http://www.gnome.org/"
 Lines 42-49    Link Here 
	cd "${S}"
	cd "${S}"
	# Fix compilation if --without-libz is passed
	# Fix compilation if --without-libz is passed
	epatch ${FILESDIR}/${PN}-2.11-zlib_fix.patch
	epatch "${FILESDIR}"/${PN}-2.11-zlib_fix.patch
	# Fix compilation for Gentoo/FreeBSD
	# Fix compilation for Gentoo/FreeBSD
	epatch ${FILESDIR}/${PN}-2.10.0-fbsd.patch
	epatch "${FILESDIR}"/${PN}-2.10.0-fbsd.patch
	# Fix compilation with LDFLAGS="-Wl,--as-needed"
	epatch "${FILESDIR}"/${P}-as-needed.patch
	eautoreconf
}
}