From 5a24247d97a26cc91591658f68f3ded71664c723 Mon Sep 17 00:00:00 2001 From: Gerhard Bräunlich Date: Fri, 9 Sep 2016 15:36:41 +0200 Subject: sci-mathematics/minisat: Unsiliencing makefile Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2282 Signed-off-by: David Seifert --- sci-mathematics/minisat/minisat-2.2.0-r4.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/minisat/minisat-2.2.0-r4.ebuild b/sci-mathematics/minisat/minisat-2.2.0-r4.ebuild index 20c5ee345d26..2674076a1132 100644 --- a/sci-mathematics/minisat/minisat-2.2.0-r4.ebuild +++ b/sci-mathematics/minisat/minisat-2.2.0-r4.ebuild @@ -27,8 +27,8 @@ S=${WORKDIR}/${PN} src_prepare() { default - sed -e "s/\$(CXX) \$^/\$(CXX) \$(LDFLAGS) \$^/" \ - -i -e "s|-O3|${CFLAGS}|" mtl/template.mk || die + # Remove makefile silencing + sed -i -e 's:@\(\$\|ln\|rm\|for\):\1:g' mtl/template.mk || die } src_configure() { @@ -40,9 +40,9 @@ src_configure() { } src_compile() { - export MROOT="${S}" - emake -C ${mydir} ${myconf} - LIB="${PN}" emake -C ${mydir} lib${myconf} + export MROOT="$S" + emake -C $mydir $myconf + LIB="${PN}" emake -C $mydir lib$myconf } src_install() { -- cgit v1.2.3-65-gdbad