diff options
Diffstat (limited to 'sci-libs/hdf5/hdf5-1.8.9-r1.ebuild')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.9-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild b/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild index 488a565b930a..8fd918d9b8e3 100644 --- a/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild,v 1.1 2012/06/06 19:40:27 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r1.ebuild,v 1.2 2012/06/06 22:21:56 xarthisius Exp $ EAPI=4 @@ -49,7 +49,8 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.8-buildsystem.patch \ "${FILESDIR}"/${PN}-1.8.8-array_bounds.patch \ - "${FILESDIR}"/${P}-implicits.patch + "${FILESDIR}"/${P}-implicits.patch \ + "${FILESDIR}"/${P}-static_libgfortran.patch # respect gentoo examples directory sed \ -e "s:hdf5_examples:doc/${PF}/examples:g" \ |