From cf9dfcbb33bf68ae10c29cb5d0aa3bcaa070f9c1 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Fri, 25 Oct 2002 17:16:58 +0000 Subject: Added gnuconfig_update to solve compilation problems on alpha --- sys-libs/gdbm/gdbm-1.8.0-r5.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-libs/gdbm') 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 -# $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() { -- cgit v1.2.3-65-gdbad