From 222d70cb57032e0c72de572c5b5f436c241ca743 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 28 Apr 2021 19:21:03 +0000 Subject: sci-mathematics/calc: fix pkg-config call Signed-off-by: Sam James --- sci-mathematics/calc/calc-2.12.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-mathematics/calc') 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 } -- cgit v1.2.3-65-gdbad