diff options
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.12.2.2.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index 3b0b9528f163..ba0d27edf749 100644 --- a/sci-mathematics/calc/ChangeLog +++ b/sci-mathematics/calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/calc # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.13 2007/10/24 12:50:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.14 2007/10/26 12:59:34 markusle Exp $ + + 26 Oct 2007; Markus Dittrich <markusle@gentoo.org> calc-2.12.2.2.ebuild: + Fixed multilib issues on amd64 (see bug #197019). *calc-2.12.2.2 (24 Oct 2007) diff --git a/sci-mathematics/calc/calc-2.12.2.2.ebuild b/sci-mathematics/calc/calc-2.12.2.2.ebuild index c5f2e4b65c30..b21738ee1bac 100644 --- a/sci-mathematics/calc/calc-2.12.2.2.ebuild +++ b/sci-mathematics/calc/calc-2.12.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.1 2007/10/24 12:50:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.2 2007/10/26 12:59:34 markusle Exp $ -inherit eutils +inherit eutils multilib DESCRIPTION="An arbitrary precision C-like arithmetic system" HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/" @@ -24,6 +24,9 @@ src_unpack() { unpack "${A}" cd "${S}" epatch "${FILESDIR}"/${P}-libdir-fix.patch + + sed -e "s:LIBDIR= /usr/lib:LIBDIR= /usr/$(get_libdir):" \ + -i Makefile || die "Failed to fix multilib in makefile" } src_compile() { |