diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-04 18:18:29 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-04 18:27:23 +0100 |
commit | e7417b60bbe948ef95486c7f3f139bc48351f2ff (patch) | |
tree | dfb59b92af76c86720ebcb08764c4529c0f84234 /sci-mathematics/eprover | |
parent | sys-cluster/kube-scheduler: drop 1.25.4 (diff) | |
download | gentoo-e7417b60bbe948ef95486c7f3f139bc48351f2ff.tar.gz gentoo-e7417b60bbe948ef95486c7f3f139bc48351f2ff.tar.bz2 gentoo-e7417b60bbe948ef95486c7f3f139bc48351f2ff.zip |
sci-mathematics/eprover: do not call ar/ranlib directly
Closes: https://bugs.gentoo.org/889646
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/eprover')
-rw-r--r-- | sci-mathematics/eprover/eprover-3.0_pre008.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-mathematics/eprover/eprover-3.0_pre008.ebuild b/sci-mathematics/eprover/eprover-3.0_pre008.ebuild index 0a693b56b539..9a1b1dfb3628 100644 --- a/sci-mathematics/eprover/eprover-3.0_pre008.ebuild +++ b/sci-mathematics/eprover/eprover-3.0_pre008.ebuild @@ -27,6 +27,10 @@ src_prepare() { -e "/^ AR/s|ar|$(tc-getAR)|" \ -e "/^ CC/s|gcc|$(tc-getCC)|" \ -i "${S}"/Makefile.vars || die + + sed -e "s|ar rc|$(tc-getAR) rc|g" \ + -e "s|ranlib|$(tc-getRANLIB)|g" \ + -i "${S}"/CONTRIB/picosat-965/makefile.in || die } src_configure() { |