--- glut-3.7.1.ebuild.orig 2006-04-30 15:50:23.000000000 +0200 +++ glut-3.7.1.ebuild 2006-04-30 15:50:32.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.27 2006/04/13 13:33:16 flameeyes Exp $ -inherit libtool eutils +inherit autotools eutils MESA_VER="5.0" DESCRIPTION="The OpenGL Utility Toolkit (GLUT)" @@ -25,7 +25,8 @@ src_unpack() { unpack ${A} cd "${S}" - elibtoolize + epatch "${FILESDIR}/${P}-fix-GLU-linking.patch" + eautoreconf } src_compile() {