summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-08 16:46:43 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-08 16:46:43 +0000
commit1283ea706e3698284ce7b525476a122e0b562da4 (patch)
tree23b99fb47bff373ed5b6e5b9980dc2c0c32b62c9 /media-libs/compface/compface-1.5.2.ebuild
parentStable on mips, per #182366. (diff)
downloadgentoo-2-1283ea706e3698284ce7b525476a122e0b562da4.tar.gz
gentoo-2-1283ea706e3698284ce7b525476a122e0b562da4.tar.bz2
gentoo-2-1283ea706e3698284ce7b525476a122e0b562da4.zip
Don't prestrip binaries.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-libs/compface/compface-1.5.2.ebuild')
-rw-r--r--media-libs/compface/compface-1.5.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/compface/compface-1.5.2.ebuild b/media-libs/compface/compface-1.5.2.ebuild
index ed20dffba62a..941ad180319a 100644
--- a/media-libs/compface/compface-1.5.2.ebuild
+++ b/media-libs/compface/compface-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.10 2007/03/17 13:31:55 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.11 2007/07/08 16:46:43 flameeyes Exp $
inherit eutils
@@ -21,6 +21,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-destdir.diff
+ sed -i -e '/strip/d' "${S}/Makefile.in"
}
src_install() {