summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-22 09:48:02 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-22 09:48:02 +0000
commit30ec575a515bc13d98ec0e1ebe50ccbf4716d5c0 (patch)
treeaf6c0c1cc21d2f6955431cac59aa6b3a1575d798 /sys-libs
parentflac added to IUSE to close bug #48656. (Manifest recommit) (diff)
downloadgentoo-2-30ec575a515bc13d98ec0e1ebe50ccbf4716d5c0.tar.gz
gentoo-2-30ec575a515bc13d98ec0e1ebe50ccbf4716d5c0.tar.bz2
gentoo-2-30ec575a515bc13d98ec0e1ebe50ccbf4716d5c0.zip
berdb, why dont you love me? what did amd64 ever do to you? see bug #48558 for more information
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/ChangeLog5
-rw-r--r--sys-libs/db/db-4.1.25_p1-r3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog
index 038a33b3f21d..7e5c3e7729e8 100644
--- a/sys-libs/db/ChangeLog
+++ b/sys-libs/db/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/db
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.87 2004/04/15 20:40:15 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.88 2004/04/22 09:48:02 lv Exp $
+
+ 22 Apr 2004; Travis Tilley <lv@gentoo.org> db-4.1.25_p1-r3.ebuild:
+ added fix for bug #48558
*db-4.2.52_p2 (15 Apr 2004)
diff --git a/sys-libs/db/db-4.1.25_p1-r3.ebuild b/sys-libs/db/db-4.1.25_p1-r3.ebuild
index e39441801448..93ea9ed5a362 100644
--- a/sys-libs/db/db-4.1.25_p1-r3.ebuild
+++ b/sys-libs/db/db-4.1.25_p1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r3.ebuild,v 1.19 2004/03/22 04:04:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.1.25_p1-r3.ebuild,v 1.20 2004/04/22 09:48:02 lv Exp $
IUSE="tcltk java doc"
@@ -68,6 +68,8 @@ src_compile() {
local myconf="--enable-rpc"
+ use amd64 && myconf="${myconf} --with-mutex=x86/gcc-assembly"
+
use java \
&& myconf="${myconf} --enable-java" \
|| myconf="${myconf} --disable-java"