commit: 222d70cb57032e0c72de572c5b5f436c241ca743
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 19:21:03 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 20:24:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222d70cb
sci-mathematics/calc: fix pkg-config call
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/calc/calc-2.12.5.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/calc/calc-2.12.5.4.ebuild
b/sci-mathematics/calc/calc-2.12.5.4.ebuild
index d2a43a0ad77..d1dc4ec7f9e 100644
--- a/sci-mathematics/calc/calc-2.12.5.4.ebuild
+++ b/sci-mathematics/calc/calc-2.12.5.4.ebuild
@@ -37,7 +37,7 @@ src_compile() {
LDFLAGS="${LDFLAGS}" \
CALCPAGER="${PAGER}" \
USE_READLINE="-DUSE_READLINE" \
- READLINE_LIB="-lreadline -lhistory $(tc-getPKG_CONFIG --libs
ncurses) -L\"${S}\"/custom -lcustcalc" \
+ READLINE_LIB="-lreadline -lhistory $($(tc-getPKG_CONFIG) --libs
ncurses) -L\"${S}\"/custom -lcustcalc" \
all
}