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

Collapse All | Expand All

(-)gai-0.5.6.ebuild (-1 / +8 lines)
Lines 2-7 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-libs/gai/gai-0.5.6.ebuild,v 1.1 2004/10/08 16:37:54 lordvan Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gai/gai-0.5.6.ebuild,v 1.1 2004/10/08 16:37:54 lordvan Exp $
4
4
5
inherit eutils
6
5
IUSE="opengl gnome"
7
IUSE="opengl gnome"
6
8
7
MY_P=${P/_/}
9
MY_P=${P/_/}
Lines 11-17 Link Here
11
13
12
SLOT="0"
14
SLOT="0"
13
LICENSE="LGPL-2"
15
LICENSE="LGPL-2"
14
KEYWORDS="~x86 ppc"
16
KEYWORDS="~x86 ~ppc"
15
17
16
DEPEND=">=x11-libs/gtk+-2.0.0
18
DEPEND=">=x11-libs/gtk+-2.0.0
17
	opengl? ( >=x11-libs/gtkglext-1.0.5 )
19
	opengl? ( >=x11-libs/gtkglext-1.0.5 )
Lines 19-24 Link Here
19
21
20
S=${WORKDIR}/${MY_P}
22
S=${WORKDIR}/${MY_P}
21
23
24
src_unpack(){
25
	unpack ${A}
26
	epatch ${FILESDIR}/${P}-gcc4.diff
27
}
28
22
src_compile() {
29
src_compile() {
23
	# works with just set prefix (doesn't hardcode the prefix anywhere)!
30
	# works with just set prefix (doesn't hardcode the prefix anywhere)!
24
	local myconf
31
	local myconf

Return to bug 88527