diff options
author | Sam James <sam@gentoo.org> | 2021-04-28 19:21:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-28 20:24:06 +0000 |
commit | 222d70cb57032e0c72de572c5b5f436c241ca743 (patch) | |
tree | 85acca83e048e8adec7f6d1acec437ad01a74948 /sci-mathematics/calc | |
parent | app-eselect/eselect-xvmc: EAPI 7 (diff) | |
download | gentoo-222d70cb57032e0c72de572c5b5f436c241ca743.tar.gz gentoo-222d70cb57032e0c72de572c5b5f436c241ca743.tar.bz2 gentoo-222d70cb57032e0c72de572c5b5f436c241ca743.zip |
sci-mathematics/calc: fix pkg-config call
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/calc')
-rw-r--r-- | sci-mathematics/calc/calc-2.12.5.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/calc/calc-2.12.5.4.ebuild b/sci-mathematics/calc/calc-2.12.5.4.ebuild index d2a43a0ad77a..d1dc4ec7f9e1 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 } |