aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/xblas')
-rw-r--r--sci-libs/xblas/ChangeLog5
-rw-r--r--sci-libs/xblas/xblas-1.0.248-r1.ebuild3
2 files changed, 7 insertions, 1 deletions
diff --git a/sci-libs/xblas/ChangeLog b/sci-libs/xblas/ChangeLog
index 89c3d1506..8e872890c 100644
--- a/sci-libs/xblas/ChangeLog
+++ b/sci-libs/xblas/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Oct 2014; Mark Wright <gienah@gentoo.org> xblas-1.0.248-r1.ebuild:
+ Thanks to tamiko for testing and the fix to the problem: sci-libs/xblas is
+ missing sys-devel/m4 as build time dependency (at least the configure script
+ checks for it and barfs).
+
*xblas-1.0.248-r1 (13 Oct 2014)
13 Oct 2014; Mark Wright <gienah@gentoo.org> +xblas-1.0.248-r1.ebuild,
diff --git a/sci-libs/xblas/xblas-1.0.248-r1.ebuild b/sci-libs/xblas/xblas-1.0.248-r1.ebuild
index 1c012658f..f703b3274 100644
--- a/sci-libs/xblas/xblas-1.0.248-r1.ebuild
+++ b/sci-libs/xblas/xblas-1.0.248-r1.ebuild
@@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc fortran int64 static-libs"
RDEPEND="fortran? ( virtual/fortran )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ sys-devel/m4"
static_to_shared() {
local libstatic=${1}; shift