diff options
author | Thomas Anderson <tanderson@gentoo.org> | 2008-07-03 12:13:24 +0000 |
---|---|---|
committer | Thomas Anderson <tanderson@gentoo.org> | 2008-07-03 12:13:24 +0000 |
commit | 03ccea718cbf25ea7b4cd5f946e629d650c1d32e (patch) | |
tree | 273f2a8c57d1ca5e57ee4c09cda3666e7610efb1 /sci-libs/scipy/scipy-0.6.0-r4.ebuild | |
parent | amd64 stable wrt security bug #230075, remove old. (diff) | |
download | historical-03ccea718cbf25ea7b4cd5f946e629d650c1d32e.tar.gz historical-03ccea718cbf25ea7b4cd5f946e629d650c1d32e.tar.bz2 historical-03ccea718cbf25ea7b4cd5f946e629d650c1d32e.zip |
Fix implicit declarations, bug #204874, thanks to Dustin Surawicz for reporting.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-libs/scipy/scipy-0.6.0-r4.ebuild')
-rw-r--r-- | sci-libs/scipy/scipy-0.6.0-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/scipy/scipy-0.6.0-r4.ebuild b/sci-libs/scipy/scipy-0.6.0-r4.ebuild index c507365af7f6..00440da2aeb0 100644 --- a/sci-libs/scipy/scipy-0.6.0-r4.ebuild +++ b/sci-libs/scipy/scipy-0.6.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.6.0-r4.ebuild,v 1.4 2008/06/23 15:11:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.6.0-r4.ebuild,v 1.5 2008/07/03 12:13:23 gentoofan23 Exp $ EAPI=1 NEED_PYTHON=2.3 @@ -80,6 +80,7 @@ pkg_setup() { src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-implicit.patch epatch "${FILESDIR}"/${P}-randomkit.patch epatch "${FILESDIR}"/${P}-cdf.patch epatch "${FILESDIR}"/${P}-fftw-fix.patch |