aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Macháček <Hloupy.Honza@centrum.cz>2014-04-15 17:40:28 +0200
committerHonza Macháček <Hloupy.Honza@centrum.cz>2014-04-15 17:40:28 +0200
commit9275bf05a79483ea3bda0149ec5899e3f35c920c (patch)
tree04d101f6cdf50ce1c0277f9c1dcee95a86a15950 /sci-libs/etsf_io
parentsci-libs/libxc bumped to 2.0.3. Versions 2.1.0 and 2.2.0 added; they have a n... (diff)
downloadsci-9275bf05a79483ea3bda0149ec5899e3f35c920c.tar.gz
sci-9275bf05a79483ea3bda0149ec5899e3f35c920c.tar.bz2
sci-9275bf05a79483ea3bda0149ec5899e3f35c920c.zip
From sci-libs/etsf_io-1.0.4 removed -fPIC, probably not needed, just introduced by mistake.
Package-Manager: portage-2.2.10
Diffstat (limited to 'sci-libs/etsf_io')
-rw-r--r--sci-libs/etsf_io/ChangeLog4
-rw-r--r--sci-libs/etsf_io/etsf_io-1.0.4.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/sci-libs/etsf_io/ChangeLog b/sci-libs/etsf_io/ChangeLog
index f37ec1728..918ee5ffe 100644
--- a/sci-libs/etsf_io/ChangeLog
+++ b/sci-libs/etsf_io/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Apr 2014; Honza Macháček <Hloupy.Honza@centrum.cz> etsf_io-1.0.4.ebuild:
+ From sci-libs/etsf_io-1.0.4 removed -fPIC, probably not needed, just
+ introduced by mistake.
+
*etsf_io-1.0.4 (15 Apr 2014)
15 Apr 2014; Honza Macháček <Hloupy.Honza@centrum.cz>
diff --git a/sci-libs/etsf_io/etsf_io-1.0.4.ebuild b/sci-libs/etsf_io/etsf_io-1.0.4.ebuild
index 4069b7769..7fe4fceb9 100644
--- a/sci-libs/etsf_io/etsf_io-1.0.4.ebuild
+++ b/sci-libs/etsf_io/etsf_io-1.0.4.ebuild
@@ -27,7 +27,7 @@ FORTRAN_STANDARD="90"
src_configure() {
# fortran 90 uses FCFLAGS
- export FCFLAGS="${FFLAGS:--O2} -fPIC"
+ export FCFLAGS="${FFLAGS:--O2}"
econf \
$(use_enable examples build-tutorials) \
--prefix="${EPREFIX}/usr" \