diff options
author | 2004-07-30 03:15:49 +0000 | |
---|---|---|
committer | 2004-07-30 03:15:49 +0000 | |
commit | 3983fc4191e0c7770b48e716a1e1bf4efe03ee62 (patch) | |
tree | ac768fa22d6caeae305612e80ff2ccb2aff99b83 /media-libs/glut/glut-3.7.1.ebuild | |
parent | Added app-arch/unzip-5.20 (diff) | |
download | gentoo-2-3983fc4191e0c7770b48e716a1e1bf4efe03ee62.tar.gz gentoo-2-3983fc4191e0c7770b48e716a1e1bf4efe03ee62.tar.bz2 gentoo-2-3983fc4191e0c7770b48e716a1e1bf4efe03ee62.zip |
stable on ppc64, bug #57012
Diffstat (limited to 'media-libs/glut/glut-3.7.1.ebuild')
-rw-r--r-- | media-libs/glut/glut-3.7.1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/glut/glut-3.7.1.ebuild b/media-libs/glut/glut-3.7.1.ebuild index 9be6a886bbde..f583e5735456 100644 --- a/media-libs/glut/glut-3.7.1.ebuild +++ b/media-libs/glut/glut-3.7.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # 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.18 2004/06/25 03:07:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.19 2004/07/30 03:15:49 tgall Exp $ -inherit libtool +inherit libtool gnuconfig MESA_VER="5.0" DESCRIPTION="The OpenGL Utility Toolkit (GLUT)" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/mesa3d/MesaLib-${MESA_VER}.tar.bz2 LICENSE="X11 | GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64" IUSE="" DEPEND="virtual/opengl @@ -22,6 +22,9 @@ PROVIDE="virtual/glut" S=${WORKDIR}/Mesa-${MESA_VER} src_compile() { + + use ppc64 && gnuconfig_update + elibtoolize econf || die |