summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-24 17:46:45 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-24 17:46:45 +0000
commit1911e73c72e3a7b12a6725bdfd061d60e46a1e66 (patch)
tree9f9db203e6d113aacfeeadcab08508546a436865 /sys-apps/file/file-4.13.ebuild
parentVersion bumped; bug #90227. (diff)
downloadgentoo-2-1911e73c72e3a7b12a6725bdfd061d60e46a1e66.tar.gz
gentoo-2-1911e73c72e3a7b12a6725bdfd061d60e46a1e66.tar.bz2
gentoo-2-1911e73c72e3a7b12a6725bdfd061d60e46a1e66.zip
touchup mips patch to handle ABI too
(Portage version: 2.0.51.20)
Diffstat (limited to 'sys-apps/file/file-4.13.ebuild')
-rw-r--r--sys-apps/file/file-4.13.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/file/file-4.13.ebuild b/sys-apps/file/file-4.13.ebuild
index aa9114a72178..c4ab8335ada9 100644
--- a/sys-apps/file/file-4.13.ebuild
+++ b/sys-apps/file/file-4.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.13.ebuild,v 1.1 2005/04/01 19:25:14 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.13.ebuild,v 1.2 2005/04/24 17:46:45 vapier Exp $
inherit flag-o-matic gnuconfig eutils distutils libtool toolchain-funcs
@@ -21,11 +21,9 @@ src_unpack() {
unpack ${A}
cd ${S}
- # (12 Oct 2003) <kumba@gentoo.org>
- # This patch is for MIPS only. It slightly changes the 'file' output
- # on MIPS machines to a specific format so that other programs can
- # recognize things.
- use mips && epatch ${FILESDIR}/${PN}-4.xx-mips-gentoo.diff
+ # This tweaks the output format for mips binaries so things like
+ # libtool don't barf all over the place when trying to parse it.
+ epatch ${FILESDIR}/${PN}-4.xx-mips-gentoo.patch
# The build process tries to run the compiled file ... not a good
# thing if file was cross compiled ;)