diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-10-26 12:59:34 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-10-26 12:59:34 +0000 |
commit | bddb9dddd1af48cdc0913f45c33d0acf49087d8a (patch) | |
tree | 806648cd637dcd3655a63ded3308f06ee45093bd /sci-mathematics | |
parent | Update to tikiwiki-1.9.8.2 in response to sec issue #195503. (diff) | |
download | gentoo-2-bddb9dddd1af48cdc0913f45c33d0acf49087d8a.tar.gz gentoo-2-bddb9dddd1af48cdc0913f45c33d0acf49087d8a.tar.bz2 gentoo-2-bddb9dddd1af48cdc0913f45c33d0acf49087d8a.zip |
Fixed multilib issues on amd64 (see bug #197019).
(Portage version: 2.1.3.15)
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() { |