diff options
Diffstat (limited to 'dev-libs/hdf/hdf-4.2.0-r3.ebuild')
-rw-r--r-- | dev-libs/hdf/hdf-4.2.0-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/hdf/hdf-4.2.0-r3.ebuild b/dev-libs/hdf/hdf-4.2.0-r3.ebuild index f7a910615051..b3e7d6e1c355 100644 --- a/dev-libs/hdf/hdf-4.2.0-r3.ebuild +++ b/dev-libs/hdf/hdf-4.2.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf/hdf-4.2.0-r3.ebuild,v 1.4 2004/09/25 11:35:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/hdf/hdf-4.2.0-r3.ebuild,v 1.5 2004/11/04 13:32:40 phosphan Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/pub/outgoing/hdf4/hdf${MY_PV}/hdf${MY_PV}.t HOMEPAGE="http://hdf.ncsa.uiuc.edu/hdf4.html" LICENSE="NCSA-HDF" -KEYWORDS="~x86 ~amd64 ppc" +KEYWORDS="x86 ~amd64 ppc" SLOT="0" IUSE="szip" @@ -37,7 +37,7 @@ src_compile() { use szip && myconf="${myconf} --with-szlib=/usr" use ppc && append-flags -DSUN econf ${myconf} || die "configure failed" - make LDFLAGS="-lm" || die "make failed" + make LDFLAGS="${LDFLAGS} -lm" || die "make failed" } src_install() { |