summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/eprover')
-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() {