diff options
author | Olivier Crête <tester@gentoo.org> | 2006-01-14 17:11:07 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-01-14 17:11:07 +0000 |
commit | e674a7a1274d5a547daa82a7911a6afc2698f1da (patch) | |
tree | 32bc613b913003954380e6f1b79a1a3da095d80d /dev-util/insight | |
parent | Marked ~ppc-macos (bug #11606) (diff) | |
download | gentoo-2-e674a7a1274d5a547daa82a7911a6afc2698f1da.tar.gz gentoo-2-e674a7a1274d5a547daa82a7911a6afc2698f1da.tar.bz2 gentoo-2-e674a7a1274d5a547daa82a7911a6afc2698f1da.zip |
Fix configurewith bash 3.1, bug #118985
(Portage version: 2.0.53)
Diffstat (limited to 'dev-util/insight')
-rw-r--r-- | dev-util/insight/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/insight/insight-6.4.ebuild | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog index c35f8f3523c8..812af8589c11 100644 --- a/dev-util/insight/ChangeLog +++ b/dev-util/insight/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/insight # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.25 2006/01/05 07:34:25 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.26 2006/01/14 17:11:07 tester Exp $ + + 14 Jan 2006; Olivier Crête <tester@gentoo.org> insight-6.4.ebuild: + Fix configurewith bash 3.1, bug #118985 05 Jan 2006; Olivier Crête <tester@gentoo.org> insight-6.1.ebuild, insight-6.4.ebuild: diff --git a/dev-util/insight/insight-6.4.ebuild b/dev-util/insight/insight-6.4.ebuild index 292cf2e6d712..28aec511eb85 100644 --- a/dev-util/insight/insight-6.4.ebuild +++ b/dev-util/insight/insight-6.4.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/dev-util/insight/insight-6.4.ebuild,v 1.4 2006/01/05 07:34:25 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.4.ebuild,v 1.5 2006/01/14 17:11:07 tester Exp $ inherit eutils @@ -22,6 +22,14 @@ SRC_URI="ftp://sources.redhat.com/pub/${PN}/releases/${P}.tar.bz2" INSIGHTDIR="/opt/insight" +src_unpack() { + unpack ${A} + + cd ${S} + sed -i -e "s/relid'/relid/" tcl/unix/configure +} + + src_compile() { local myconf |