Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
Date: Thu, 09 Mar 2017 21:22:37
Message-Id: 1489047777.93c3466347c59b29c20b6a7b36fe889cd6426d11.junghans@gentoo
1 commit: 93c3466347c59b29c20b6a7b36fe889cd6426d11
2 Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 9 08:22:57 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 08:22:57 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=93c34663
7
8 sci-misc/praat: Version bump (#746)
9
10 Respect system CFLAGS/CXXFLAGS
11
12 Package-Manager: Portage-2.3.4, Repoman-2.3.2
13
14 sci-misc/praat/{praat-6.0.23.ebuild => praat-6.0.26.ebuild} | 7 ++++++-
15 1 file changed, 6 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-misc/praat/praat-6.0.23.ebuild b/sci-misc/praat/praat-6.0.26.ebuild
18 similarity index 82%
19 rename from sci-misc/praat/praat-6.0.23.ebuild
20 rename to sci-misc/praat/praat-6.0.26.ebuild
21 index 4cd968299..01f910d56 100644
22 --- a/sci-misc/praat/praat-6.0.23.ebuild
23 +++ b/sci-misc/praat/praat-6.0.26.ebuild
24 @@ -22,7 +22,12 @@ src_prepare() {
25 eapply_user
26 # TODO: following line should be updated for non-linux etc. builds
27 # (Flammie does not have testing equipment)
28 - cp "${S}"/makefiles/makefile.defs.linux.pulse "${S}"/makefile.defs || die
29 + cp makefiles/makefile.defs.linux.pulse makefile.defs || die
30 +
31 + cat <<-EOF >> makefile.defs
32 + CFLAGS += ${CFLAGS}
33 + CXXFLAGS += ${CXXFLAGS}
34 + EOF
35 }
36
37 src_install() {