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

Collapse All | Expand All

(-)glut-3.7.1.ebuild.orig (-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.27 2006/04/13 13:33:16 flameeyes Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.27 2006/04/13 13:33:16 flameeyes Exp $
4
4
5
inherit libtool eutils
5
inherit autotools eutils
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 25-31 Link Here
25
src_unpack() {
25
src_unpack() {
26
	unpack ${A}
26
	unpack ${A}
27
	cd "${S}"
27
	cd "${S}"
28
	elibtoolize
28
	epatch "${FILESDIR}/${P}-fix-GLU-linking.patch"
29
	eautoreconf
29
}
30
}
30
31
31
src_compile() {
32
src_compile() {

Return to bug 131837