Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/calc/
Date: Wed, 28 Apr 2021 20:24:24
Message-Id: 1619641446.222d70cb57032e0c72de572c5b5f436c241ca743.sam@gentoo
1 commit: 222d70cb57032e0c72de572c5b5f436c241ca743
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 28 19:21:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 20:24:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222d70cb
7
8 sci-mathematics/calc: fix pkg-config call
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-mathematics/calc/calc-2.12.5.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/calc/calc-2.12.5.4.ebuild b/sci-mathematics/calc/calc-2.12.5.4.ebuild
16 index d2a43a0ad77..d1dc4ec7f9e 100644
17 --- a/sci-mathematics/calc/calc-2.12.5.4.ebuild
18 +++ b/sci-mathematics/calc/calc-2.12.5.4.ebuild
19 @@ -37,7 +37,7 @@ src_compile() {
20 LDFLAGS="${LDFLAGS}" \
21 CALCPAGER="${PAGER}" \
22 USE_READLINE="-DUSE_READLINE" \
23 - READLINE_LIB="-lreadline -lhistory $(tc-getPKG_CONFIG --libs ncurses) -L\"${S}\"/custom -lcustcalc" \
24 + READLINE_LIB="-lreadline -lhistory $($(tc-getPKG_CONFIG) --libs ncurses) -L\"${S}\"/custom -lcustcalc" \
25 all
26 }