summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2007-02-04 18:26:10 +0000
committerSimon Stelling <blubb@gentoo.org>2007-02-04 18:26:10 +0000
commitaed86e13173d6d3267d66ccf737fef0bf282fc20 (patch)
treebcec8dc74765671a36e4f053c08f1ae71ab35470 /sci-libs
parentDrop mirroring restriction. Thanks to Zhang Le of bug #163088. (diff)
downloadgentoo-2-aed86e13173d6d3267d66ccf737fef0bf282fc20.tar.gz
gentoo-2-aed86e13173d6d3267d66ccf737fef0bf282fc20.tar.bz2
gentoo-2-aed86e13173d6d3267d66ccf737fef0bf282fc20.zip
fix multilib-strict; bug 158373
(Portage version: 2.1.2-r7)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/djbfft/ChangeLog7
-rw-r--r--sci-libs/djbfft/djbfft-0.76.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/djbfft/ChangeLog b/sci-libs/djbfft/ChangeLog
index 68bc4a367c7e..923c39b45d43 100644
--- a/sci-libs/djbfft/ChangeLog
+++ b/sci-libs/djbfft/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/djbfft
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.7 2006/07/06 20:17:50 flameeyes Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/ChangeLog,v 1.8 2007/02/04 18:26:10 blubb Exp $
+
+ 04 Feb 2007; Simon Stelling <blubb@gentoo.org> djbfft-0.76.ebuild:
+ fix multilib-strict; bug 158373
06 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> djbfft-0.76.ebuild:
Add ~x86-fbsd keyword.
diff --git a/sci-libs/djbfft/djbfft-0.76.ebuild b/sci-libs/djbfft/djbfft-0.76.ebuild
index 508920bff83d..fc117a7817d3 100644
--- a/sci-libs/djbfft/djbfft-0.76.ebuild
+++ b/sci-libs/djbfft/djbfft-0.76.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.7 2006/07/06 20:17:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/djbfft/djbfft-0.76.ebuild,v 1.8 2007/02/04 18:26:10 blubb Exp $
-inherit eutils flag-o-matic toolchain-funcs
+inherit eutils flag-o-matic toolchain-funcs multilib
DESCRIPTION="extremely fast library for floating-point convolution"
HOMEPAGE="http://cr.yp.to/djbfft.html"
@@ -41,6 +41,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/${P}-gcc3.patch"
epatch "${FILESDIR}/${P}-shared.patch"
+ sed -i -e "s:\"lib\":\"$(get_libdir)\":" hier.c
if use static ; then
echo "$(tc-getCC) $MY_CFLAGS" > "conf-cc"
else