From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/
Date: Sun, 27 Sep 2020 10:20:02 +0000 (UTC) [thread overview]
Message-ID: <1601201996.797f7f7c8100d087277eef031b671a9acb34f7fe.fordfrog@gentoo> (raw)
commit: 797f7f7c8100d087277eef031b671a9acb34f7fe
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 10:19:42 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 10:19:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f7f7c
app-accessibility/speech-tools: fixed calling ar and ranlib in 2.5.0
Closes: https://bugs.gentoo.org/738880
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
app-accessibility/speech-tools/speech-tools-2.5.0.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild b/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild
index 184920c2800..8a41ef40284 100644
--- a/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild
+++ b/app-accessibility/speech-tools/speech-tools-2.5.0.ebuild
@@ -79,20 +79,24 @@ src_prepare() {
src_configure() {
local CONFIG=config/config.in
+
sed -i -e 's/@COMPILERTYPE@/gcc42/' ${CONFIG} || die
+
if use nas; then
sed -i -e "s/#.*\(INCLUDE_MODULES += NAS_AUDIO\)/\1/" \
${CONFIG} || die
fi
+
if ! use X; then
sed -i -e "s/-lX11 -lXt//" config/modules/esd_audio.mak || die
fi
+
econf
}
src_compile() {
emake -j1 CC="$(tc-getCC)" CXX="$(tc-getCXX)" CXX_OTHER_FLAGS="${CXXFLAGS}" CC_OTHER_FLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
+ AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" LDFLAGS="${LDFLAGS}"
}
src_install() {
next reply other threads:[~2020-09-27 10:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-27 10:20 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-16 7:05 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-tools/ Arthur Zamarin
2023-12-16 4:46 Sam James
2023-12-16 0:46 Sam James
2023-02-13 23:24 Sam James
2022-12-24 2:59 Sam James
2022-07-27 4:56 Miroslav Šulc
2022-07-26 15:20 Agostino Sarubbo
2022-07-26 15:19 Agostino Sarubbo
2022-07-26 7:05 Sam James
2022-07-26 7:04 Sam James
2022-07-26 7:04 Sam James
2021-05-10 6:26 Sam James
2021-05-10 0:07 Sam James
2021-04-28 18:18 Sergei Trofimovich
2021-04-25 9:18 Sergei Trofimovich
2021-04-23 17:46 Sergei Trofimovich
2021-04-01 22:08 Sam James
2021-04-01 22:08 Sam James
2020-08-23 15:33 Miroslav Šulc
2019-06-09 17:20 Andrew Savchenko
2018-06-19 7:04 Pacho Ramos
2018-05-26 10:19 Mikle Kolyada
2018-04-15 18:40 Sergei Trofimovich
2018-04-06 22:44 Sergei Trofimovich
2018-04-05 23:19 Thomas Deutschmann
2018-04-04 22:26 Sergei Trofimovich
2018-04-04 17:15 Aaron Bauman
2017-08-22 19:59 Michał Górny
2016-08-06 12:47 Pacho Ramos
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=1601201996.797f7f7c8100d087277eef031b671a9acb34f7fe.fordfrog@gentoo \
--to=fordfrog@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