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
commit902552b82f947d2e4f41785be33cda5223301e4b (patch)
tree98ecda80477d9748328659dc7c4b8b7e2082fdbe /sys-libs/gdbm
parentAdded gnuconfig_update to solve compilation problems on alpha (diff)
downloadhistorical-902552b82f947d2e4f41785be33cda5223301e4b.tar.gz
historical-902552b82f947d2e4f41785be33cda5223301e4b.tar.bz2
historical-902552b82f947d2e4f41785be33cda5223301e4b.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() {