diff options
Diffstat (limited to 'sci-astronomy/funtools/funtools-1.4.0.ebuild')
-rw-r--r-- | sci-astronomy/funtools/funtools-1.4.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-astronomy/funtools/funtools-1.4.0.ebuild b/sci-astronomy/funtools/funtools-1.4.0.ebuild index fdca39e3194f..589ea3e4cd5c 100644 --- a/sci-astronomy/funtools/funtools-1.4.0.ebuild +++ b/sci-astronomy/funtools/funtools-1.4.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.3 2008/11/27 10:04:09 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/funtools/funtools-1.4.0.ebuild,v 1.4 2008/12/08 10:13:36 bicatali Exp $ EAPI=2 inherit eutils DESCRIPTION="FITS library and utlities for astronomical images" -HOMEPAGE="http://hea-www.harvard.edu/RD/funtools/" +HOMEPAGE="http://www.cfa.harvard.edu/~john/funtools/" SRC_URI="http://cfa-www.harvard.edu/~john/${PN}/${P}.tar.gz mirror://gentoo/${P}-ds9-5.4.patch.bz2" LICENSE="LGPL-2.1" @@ -23,6 +23,9 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${WORKDIR}"/${P}-ds9-5.4.patch epatch "${FILESDIR}"/${P}-makefiles.patch + sed -i \ + -e "s:\${LINK}:\${LINK} ${LDFLAGS}:" \ + mklib || die "sed for ldflags failed" } src_configure() { |