diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-13 14:46:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-13 14:46:11 +0000 |
commit | d7cc5f4231f33bfa9957f7c3504982017d267b0c (patch) | |
tree | fbc11a5500659c19eaa87bf6349c9e3a41f822c7 /app-admin/showconsole/showconsole-1.08.ebuild | |
parent | Resolves bug #143584: added media-gfx/dcraw as dependency. Thanks to Samir M.... (diff) | |
download | historical-d7cc5f4231f33bfa9957f7c3504982017d267b0c.tar.gz historical-d7cc5f4231f33bfa9957f7c3504982017d267b0c.tar.bz2 historical-d7cc5f4231f33bfa9957f7c3504982017d267b0c.zip |
Fix stripping of binaries #143768 by Jan Kundrát.
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'app-admin/showconsole/showconsole-1.08.ebuild')
-rw-r--r-- | app-admin/showconsole/showconsole-1.08.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/showconsole/showconsole-1.08.ebuild b/app-admin/showconsole/showconsole-1.08.ebuild index 1ba0648d9f73..56bd9adc21bb 100644 --- a/app-admin/showconsole/showconsole-1.08.ebuild +++ b/app-admin/showconsole/showconsole-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v 1.6 2006/06/07 09:44:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v 1.7 2006/08/13 14:46:11 vapier Exp $ # This tarball is extracted from SuSe's sysvinit-2.86-#.src.rpm # You can find said src rpm via opensuse.org: @@ -25,6 +25,7 @@ src_unpack() { epatch "${FILESDIR}"/1.07-no-TIOCGDEV.patch epatch "${FILESDIR}"/${P}-quiet.patch epatch "${FILESDIR}"/${P}-no-pthread-yield.patch #119762 + epatch "${FILESDIR}"/${P}-build.patch #143768 } src_compile() { |