summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Woods <wwoods@gentoo.org>2002-10-25 17:16:58 +0000
committerWill Woods <wwoods@gentoo.org>2002-10-25 17:16:58 +0000
commitcf9dfcbb33bf68ae10c29cb5d0aa3bcaa070f9c1 (patch)
tree2a24d8b232d389360009eee3664e46381a229f14 /sys-libs/gdbm
parentNew eclass to update old config.guess and config.sub (diff)
downloadgentoo-2-cf9dfcbb33bf68ae10c29cb5d0aa3bcaa070f9c1.tar.gz
gentoo-2-cf9dfcbb33bf68ae10c29cb5d0aa3bcaa070f9c1.tar.bz2
gentoo-2-cf9dfcbb33bf68ae10c29cb5d0aa3bcaa070f9c1.zip
Added gnuconfig_update to solve compilation problems on alpha
Diffstat (limited to 'sys-libs/gdbm')
-rw-r--r--sys-libs/gdbm/gdbm-1.8.0-r5.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild
index 927bf91df79f..047d99669318 100644
--- a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild
+++ b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Chad Huneycutt <chad.huneycutt@acm.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.10 2002/10/05 05:39:27 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.11 2002/10/25 17:16:58 wwoods Exp $
+
+inherit gnuconfig
IUSE="berkdb"
@@ -23,6 +25,7 @@ src_unpack() {
unpack ${A}
cd ${WORKDIR}
patch -p0 < ${FILESDIR}/${PF}-gentoo.diff || die
+ use alpha && gnuconfig_update
}
src_compile() {