summaryrefslogtreecommitdiff
path: root/sci-mathematics/eprover/eprover-3.0_pre008.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-05 00:07:41 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-05 00:07:41 +0000
commite84469d1a99031578172f7c064945ba5114c5263 (patch)
tree170ff74f02b1b5050aa378951270f120617cca37 /sci-mathematics/eprover/eprover-3.0_pre008.ebuild
parentd46d0aa37cf8b6304aea3c3f2a1be8cca389e989 (diff)
gentoo auto-resync : 05:01:2023 - 00:07:41
Diffstat (limited to 'sci-mathematics/eprover/eprover-3.0_pre008.ebuild')
-rw-r--r--sci-mathematics/eprover/eprover-3.0_pre008.ebuild4
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() {