public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mip-scaffolder/
Date: Fri, 17 Apr 2015 23:56:34 +0000 (UTC)	[thread overview]
Message-ID: <1429314603.4e1e8b5b8a489f899ff9149e6e9b908052a055c7.mmokrejs@gentoo> (raw)

commit:     4e1e8b5b8a489f899ff9149e6e9b908052a055c7
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Apr 17 23:50:03 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Apr 17 23:50:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e1e8b5b

sci-biology/mip-scaffolder: respect CXXFLAGS although the Makefile speaks about CFLAGS

Package-Manager: portage-2.2.18

 sci-biology/mip-scaffolder/ChangeLog                 | 5 +++++
 sci-biology/mip-scaffolder/mip-scaffolder-0.6.ebuild | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-biology/mip-scaffolder/ChangeLog b/sci-biology/mip-scaffolder/ChangeLog
index b9261e6..1574e92 100644
--- a/sci-biology/mip-scaffolder/ChangeLog
+++ b/sci-biology/mip-scaffolder/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Apr 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  mip-scaffolder-0.6.ebuild:
+  sci-biology/mip-scaffolder: respect CXXFLAGS although the Makefile speaks
+  about CFLAGS
+
   17 Feb 2015; Christoph Junghans <ottxor@gentoo.org> mip-scaffolder-0.6.ebuild:
   fixed LICENSE
 

diff --git a/sci-biology/mip-scaffolder/mip-scaffolder-0.6.ebuild b/sci-biology/mip-scaffolder/mip-scaffolder-0.6.ebuild
index 0bcf6d7..967ecc6 100644
--- a/sci-biology/mip-scaffolder/mip-scaffolder-0.6.ebuild
+++ b/sci-biology/mip-scaffolder/mip-scaffolder-0.6.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}"
 
 src_prepare(){
 	sed -e 's:/home/user/lp-solve/:/usr/include/lpsolve/:; s:/home/user/lemon/:/usr/include/lemon:; s:/home/user/mip-scaffolder-0.6/:/usr/bin:' -i Makefile
-	find . -name Makefile | while read f; do sed -e "s:CC=g++:CC=$(tc-getCXX):; s:CFLAGS=-Wall -g -O9:CFLAGS=${CFLAGS}:" -i $f; done
+	find . -name Makefile | while read f; do sed -e "s:CC=g++:CC=$(tc-getCXX):; s:CFLAGS=-Wall -g -O9:CFLAGS=${CXXFLAGS}:" -i $f; done
 	sed -e 's:$(LPSOLVEROOT)/liblpsolve55.a:-llpsolve55:' -i split-scaffold/Makefile
 }
 


             reply	other threads:[~2015-04-17 23:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 23:56 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-06 12:49 [gentoo-commits] proj/sci:master commit in: sci-biology/mip-scaffolder/ Andrew Ammerlaan
2015-02-17  1:50 Christoph Junghans
2015-02-14 16:17 Martin Mokrejs

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=1429314603.4e1e8b5b8a489f899ff9149e6e9b908052a055c7.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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