summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Woods <wwoods@gentoo.org>2003-06-10 23:56:17 +0000
committerWill Woods <wwoods@gentoo.org>2003-06-10 23:56:17 +0000
commit25cc70dfa89c0e5948b2fe280237dbe48c45d40b (patch)
tree9ff8479bfeae2c148311270b017afa6099858c79 /media-libs/gle/gle-3.0.1-r2.ebuild
parentFixed a bad digest and added ~mips to KEYWORDS (diff)
downloadgentoo-2-25cc70dfa89c0e5948b2fe280237dbe48c45d40b.tar.gz
gentoo-2-25cc70dfa89c0e5948b2fe280237dbe48c45d40b.tar.bz2
gentoo-2-25cc70dfa89c0e5948b2fe280237dbe48c45d40b.zip
added gnuconfig_update to make configure work on newer arches
Diffstat (limited to 'media-libs/gle/gle-3.0.1-r2.ebuild')
-rw-r--r--media-libs/gle/gle-3.0.1-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/gle/gle-3.0.1-r2.ebuild b/media-libs/gle/gle-3.0.1-r2.ebuild
index 7b5fc4108064..a838f896aca2 100644
--- a/media-libs/gle/gle-3.0.1-r2.ebuild
+++ b/media-libs/gle/gle-3.0.1-r2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.12 2003/03/25 20:43:31 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.13 2003/06/10 23:56:06 wwoods Exp $
+
+inherit gnuconfig
S=${WORKDIR}/${P}
DESCRIPTION="GL extrusion library"
@@ -16,7 +18,7 @@ LICENSE="Artistic GPL-2"
KEYWORDS="x86 ppc sparc alpha"
src_compile() {
-
+ gnuconfig_update
econf --with-x || die
make || die
}