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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
0
++ x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild
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/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.9 2006/10/22 00:18:33 omp Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.9.ebuild,v 1.9 2006/10/22 00:18:33 omp Exp $
4
4
5
inherit eutils
5
inherit autotools eutils
6
6
7
DESCRIPTION="OpenGL virtual desktop switching"
7
DESCRIPTION="OpenGL virtual desktop switching"
8
HOMEPAGE="http://desk3d.sourceforge.net/"
8
HOMEPAGE="http://desk3d.sourceforge.net/"
Lines 28-34 Link Here
28
28
29
src_unpack() {
29
src_unpack() {
30
	unpack ${A}
30
	unpack ${A}
31
	cd "${S}"
32
33
	epatch "${FILESDIR}/${P}-LDADD.patch"
31
	epatch "${FILESDIR}/${P}-gcc4.patch"
34
	epatch "${FILESDIR}/${P}-gcc4.patch"
35
36
	eautoreconf
32
}
37
}
33
38
34
src_install() {
39
src_install() {

Return to bug 206817