diff options
Diffstat (limited to 'dev-db/mysql/mysql-4.0.16.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.0.16.ebuild b/dev-db/mysql/mysql-4.0.16.ebuild index f8c5cc6d47f8..790f4c5952fc 100644 --- a/dev-db/mysql/mysql-4.0.16.ebuild +++ b/dev-db/mysql/mysql-4.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.16.ebuild,v 1.9 2004/06/24 21:57:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.16.ebuild,v 1.10 2004/06/29 17:36:09 agriffis Exp $ inherit eutils #to accomodate -laadeedah releases @@ -84,7 +84,7 @@ src_compile() { #The following fix is due to a bug with bdb on sparc's. See: #http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8 - if use sparc || use sparc64 || use alpha || use hppa + if use sparc || use alpha || use hppa then myconf="${myconf} --without-berkeley-db" else |