summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Seidel <tuxus@gentoo.org>2004-02-22 19:13:21 +0000
committerJan Seidel <tuxus@gentoo.org>2004-02-22 19:13:21 +0000
commitfed4d60faedd6401943bc261a3a62f1c30d52bc2 (patch)
tree770f234260284a27d62514c746ccf003bd4ca2b1 /dev-libs/elfutils
parentClosing #38311. (Manifest recommit) (diff)
downloadgentoo-2-fed4d60faedd6401943bc261a3a62f1c30d52bc2.tar.gz
gentoo-2-fed4d60faedd6401943bc261a3a62f1c30d52bc2.tar.bz2
gentoo-2-fed4d60faedd6401943bc261a3a62f1c30d52bc2.zip
Fix 0.84 compilation on mips
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r--dev-libs/elfutils/ChangeLog7
-rw-r--r--dev-libs/elfutils/elfutils-0.84.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog
index 627399b7c14b..4bfa9b185ca3 100644
--- a/dev-libs/elfutils/ChangeLog
+++ b/dev-libs/elfutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/elfutils
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.27 2003/12/31 20:19:57 agriffis Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.28 2004/02/22 19:13:21 tuxus Exp $
+
+ 22 Feb 2004; <tuxus@gentoo.org> elfutils-0.84.ebuild:
+ Fix 0.84 compilation on mips
31 Dec 2003; Aron Griffis <agriffis@gentoo.org> elfutils-0.89.ebuild:
Stable on alpha and ia64 to support ircd-hybrid
diff --git a/dev-libs/elfutils/elfutils-0.84.ebuild b/dev-libs/elfutils/elfutils-0.84.ebuild
index c69d47ccee85..19954ea8824b 100644
--- a/dev-libs/elfutils/elfutils-0.84.ebuild
+++ b/dev-libs/elfutils/elfutils-0.84.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.84.ebuild,v 1.8 2003/12/14 01:22:10 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.84.ebuild,v 1.9 2004/02/22 19:13:21 tuxus Exp $
inherit eutils
@@ -31,6 +31,7 @@ src_unpack() {
done
use alpha && epatch ${FILESDIR}/${P}-atime.diff
+ use mips && epatch ${FILESDIR}/${P}-atime.diff
}
src_compile() {