summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-07-30 03:15:49 +0000
committerTom Gall <tgall@gentoo.org>2004-07-30 03:15:49 +0000
commit3983fc4191e0c7770b48e716a1e1bf4efe03ee62 (patch)
treeac768fa22d6caeae305612e80ff2ccb2aff99b83 /media-libs
parentAdded app-arch/unzip-5.20 (diff)
downloadgentoo-2-3983fc4191e0c7770b48e716a1e1bf4efe03ee62.tar.gz
gentoo-2-3983fc4191e0c7770b48e716a1e1bf4efe03ee62.tar.bz2
gentoo-2-3983fc4191e0c7770b48e716a1e1bf4efe03ee62.zip
stable on ppc64, bug #57012
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/glut/ChangeLog5
-rw-r--r--media-libs/glut/glut-3.7.1.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/media-libs/glut/ChangeLog b/media-libs/glut/ChangeLog
index 398a3e02afcd..489e0ee89242 100644
--- a/media-libs/glut/ChangeLog
+++ b/media-libs/glut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/glut
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.14 2004/06/25 03:07:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.15 2004/07/30 03:15:49 tgall Exp $
+
+ 29 Jul 2004; Tom Gall <tgall@gentoo.org> glut-3.7.1.ebuild:
+ stable on ppc64, bug #57012
23 May 2004; Daniel Ostrow <dostrow@gentoo.org> glut-3.7.1.ebuild:
Stable on ppc.
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