summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-18 20:12:20 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-18 20:12:20 +0000
commit0de7a79a4d9e625f0c5a87a88688692c463165fe (patch)
tree752ca0115b72cb09f05dca3d7c2b08dcc000cafa /app-arch/cabextract/cabextract-1.1.ebuild
parentTweak the configure logic. (diff)
downloadgentoo-2-0de7a79a4d9e625f0c5a87a88688692c463165fe.tar.gz
gentoo-2-0de7a79a4d9e625f0c5a87a88688692c463165fe.tar.bz2
gentoo-2-0de7a79a4d9e625f0c5a87a88688692c463165fe.zip
Add patch to fix mempcpy check unconditionally. Mark ~x86-fbsd.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-arch/cabextract/cabextract-1.1.ebuild')
-rw-r--r--app-arch/cabextract/cabextract-1.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-arch/cabextract/cabextract-1.1.ebuild b/app-arch/cabextract/cabextract-1.1.ebuild
index 3b171374fb29..80e694ae5405 100644
--- a/app-arch/cabextract/cabextract-1.1.ebuild
+++ b/app-arch/cabextract/cabextract-1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.1.ebuild,v 1.13 2006/01/05 11:41:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-1.1.ebuild,v 1.14 2006/04/18 20:12:20 flameeyes Exp $
-inherit eutils
+inherit eutils autotools
DESCRIPTION="Extracts files from Microsoft .cab files"
HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php"
@@ -10,7 +10,7 @@ SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86 ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="virtual/libc"
@@ -18,8 +18,8 @@ DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd ${S}
- [[ ${ELIBC} == "Darwin" ]] && \
- epatch ${FILESDIR}/${PN}-configure.patch
+ epatch "${FILESDIR}/${P}-mempcpy.patch"
+ eautoreconf
}
src_install() {