Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 57012
Collapse All | Expand All

(-)glut-3.7.1.ebuild.old (-2 / +3 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/media-libs/glut/glut-3.7.1.ebuild,v 1.18 2004/06/25 03:07:00 agriffis Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.18 2004/06/25 03:07:00 agriffis Exp $
4
4
5
inherit libtool
5
inherit libtool gnuconfig
6
6
7
MESA_VER="5.0"
7
MESA_VER="5.0"
8
DESCRIPTION="The OpenGL Utility Toolkit (GLUT)"
8
DESCRIPTION="The OpenGL Utility Toolkit (GLUT)"
Lines 12-18 Link Here
12
12
13
LICENSE="X11 | GPL-2"
13
LICENSE="X11 | GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64"
15
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ~ppc64"
16
IUSE=""
16
IUSE=""
17
17
18
DEPEND="virtual/opengl
18
DEPEND="virtual/opengl
Lines 22-27 Link Here
22
S=${WORKDIR}/Mesa-${MESA_VER}
22
S=${WORKDIR}/Mesa-${MESA_VER}
23
23
24
src_compile() {
24
src_compile() {
25
	use ppc64 && gnuconfig_update
25
	elibtoolize
26
	elibtoolize
26
	econf || die
27
	econf || die
27
28

Return to bug 57012