diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-27 03:58:24 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-27 03:58:24 +0000 |
commit | 53a6ae4f37e549b2f5ff96c7b4d849cbee0cb46d (patch) | |
tree | f0d677837efc18021426982bb8a94ee5d349e855 /dev-libs/libtommath | |
parent | Version bump (diff) | |
download | gentoo-2-53a6ae4f37e549b2f5ff96c7b4d849cbee0cb46d.tar.gz gentoo-2-53a6ae4f37e549b2f5ff96c7b4d849cbee0cb46d.tar.bz2 gentoo-2-53a6ae4f37e549b2f5ff96c7b4d849cbee0cb46d.zip |
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtommath/libtommath-0.42.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/libtommath/ChangeLog b/dev-libs/libtommath/ChangeLog index 1dd113430947..6087dcc2f8c2 100644 --- a/dev-libs/libtommath/ChangeLog +++ b/dev-libs/libtommath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtommath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.45 2011/09/09 14:09:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/ChangeLog,v 1.46 2011/11/27 03:58:24 radhermit Exp $ + + 27 Nov 2011; Tim Harder <radhermit@gentoo.org> libtommath-0.42.0-r1.ebuild: + Build in the source tree. 09 Sep 2011; Tim Harder <radhermit@gentoo.org> files/libtommath-0.42.0-makefile.patch: diff --git a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild index d4eb1eeaa5f1..9277cb53bb4c 100644 --- a/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild +++ b/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.1 2011/08/02 05:18:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtommath/libtommath-0.42.0-r1.ebuild,v 1.2 2011/11/27 03:58:24 radhermit Exp $ EAPI=4 @@ -17,6 +17,8 @@ IUSE="doc examples static-libs" DEPEND="sys-devel/libtool" +AUTOTOOLS_IN_SOURCE_BUILD=1 + src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch |