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

Collapse All | Expand All

(-)orbit-0.5.17-r1.ebuild.orig (-1 / +2 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/gnome-base/orbit/orbit-0.5.17-r1.ebuild,v 1.10 2006/03/24 16:23:46 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/orbit/orbit-0.5.17-r1.ebuild,v 1.10 2006/03/24 16:23:46 agriffis Exp $
4
4
5
inherit gnome.org libtool gnuconfig eutils multilib
5
inherit gnome.org libtool gnuconfig eutils autotools multilib
6
6
7
MY_P="ORBit-${PV}"
7
MY_P="ORBit-${PV}"
8
PVP=(${PV//[-\._]/ })
8
PVP=(${PV//[-\._]/ })
Lines 28-33 Link Here
28
	cd "${S}"
28
	cd "${S}"
29
	epatch "${FILESDIR}"/${P}-m4.patch
29
	epatch "${FILESDIR}"/${P}-m4.patch
30
	epatch "${FILESDIR}"/${P}-rpath-security-fix.patch
30
	epatch "${FILESDIR}"/${P}-rpath-security-fix.patch
31
	epatch "${FILESDIR}"/${P}-as-needed.patch
31
	gnuconfig_update
32
	gnuconfig_update
32
	# Libtoolize to fix "relink bug" in older libtool's distributed
33
	# Libtoolize to fix "relink bug" in older libtool's distributed
33
	# with packages.
34
	# with packages.

Return to bug 130735