diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-16 07:42:34 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-16 07:42:34 +0000 |
commit | 4922d4e4996f59cae9f9347a437289663f53c23a (patch) | |
tree | db886ca6cc114c516cfe5b462f3c0f4edddd94cd /dev-lang/tcl | |
parent | Version bump (diff) | |
download | historical-4922d4e4996f59cae9f9347a437289663f53c23a.tar.gz historical-4922d4e4996f59cae9f9347a437289663f53c23a.tar.bz2 historical-4922d4e4996f59cae9f9347a437289663f53c23a.zip |
Compile in src_compile, fix for 324201
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/tcl')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.5.8-r1.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 550543d34283..179304d1ef24 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.119 2010/06/15 16:49:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.120 2010/06/16 07:40:17 jlec Exp $ + + 16 Jun 2010; Justin Lecher <jlec@gentoo.org> tcl-8.5.8-r1.ebuild: + Compile in src_compile, fix for 324201 + 15 Jun 2010; Justin Lecher <jlec@gentoo.org> tcl-8.5.8-r1.ebuild: Removing epause reported in bug 324139 diff --git a/dev-lang/tcl/tcl-8.5.8-r1.ebuild b/dev-lang/tcl/tcl-8.5.8-r1.ebuild index 6a48fa322871..17aaa61bac30 100644 --- a/dev-lang/tcl/tcl-8.5.8-r1.ebuild +++ b/dev-lang/tcl/tcl-8.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.3 2010/06/15 16:49:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.8-r1.ebuild,v 1.4 2010/06/16 07:40:18 jlec Exp $ EAPI="3" @@ -54,6 +54,11 @@ src_configure() { $(use_enable debug symbols) || die } +src_compile() { + cd "${S}"/unix + emake || die +} + src_install() { #short version number local v1 |