From 1fcac3194b23e7a4f9b1ae6a99d373f36d35013f Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 5 Aug 2024 14:19:41 -0400 Subject: [PATCH] sci-mathematics/jags: make sure elibtoolize is applied Signed-off-by: Eli Schwartz --- sci-mathematics/jags/jags-4.3.1-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/jags/jags-4.3.1-r1.ebuild b/sci-mathematics/jags/jags-4.3.1-r1.ebuild index 46f46bbac45ec..6ee9e9025d55c 100644 --- a/sci-mathematics/jags/jags-4.3.1-r1.ebuild +++ b/sci-mathematics/jags/jags-4.3.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit libtool toolchain-funcs MYP="JAGS-${PV}" @@ -31,6 +31,11 @@ BDEPEND=" ) " +src_prepare() { + default + elibtoolize +} + src_configure() { econf \ --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \