public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/minisat/
Date: Tue, 13 Sep 2016 08:04:36 +0000 (UTC)	[thread overview]
Message-ID: <1473752973.5a24247d97a26cc91591658f68f3ded71664c723.soap@gentoo> (raw)

commit:     5a24247d97a26cc91591658f68f3ded71664c723
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Fri Sep  9 13:36:41 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 07:49:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a24247d

sci-mathematics/minisat: Unsiliencing makefile

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2282

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-mathematics/minisat/minisat-2.2.0-r4.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/minisat/minisat-2.2.0-r4.ebuild b/sci-mathematics/minisat/minisat-2.2.0-r4.ebuild
index 20c5ee3..2674076 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() {


             reply	other threads:[~2016-09-13  8:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13  8:04 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-24  9:32 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/minisat/ David Seifert
2021-12-26 15:41 Maciej Barć
2019-10-21 14:32 Joonas Niilola
2016-09-08 22:09 David Seifert
2016-09-08 22:09 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473752973.5a24247d97a26cc91591658f68f3ded71664c723.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox