diff options
author | Sam James <sam@gentoo.org> | 2021-04-07 06:14:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-13 00:26:24 +0000 |
commit | bc946107aa2710707b59bffe15caee3694961db4 (patch) | |
tree | e631ac1ba29b3370981d9a8ebca0840f3ab8a59d /sci-chemistry | |
parent | net-news/rsstail: call pkg-config via toolchain-funcs.eclass helper (diff) | |
download | gentoo-bc946107aa2710707b59bffe15caee3694961db4.tar.gz gentoo-bc946107aa2710707b59bffe15caee3694961db4.tar.bz2 gentoo-bc946107aa2710707b59bffe15caee3694961db4.zip |
sci-chemistry/theseus: call pkg-config via toolchain-funcs.eclass helper
This ensures we call the correct pkg-config in e.g. cross.
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/theseus/theseus-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/theseus/theseus-3.3.0.ebuild b/sci-chemistry/theseus/theseus-3.3.0.ebuild index 583bdf1e28c5..dd9c0b802edc 100644 --- a/sci-chemistry/theseus/theseus-3.3.0.ebuild +++ b/sci-chemistry/theseus/theseus-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ src_prepare() { ARCHFLAGS = -rvs RANLIB = $(tc-getRANLIB) LOCALLIBDIR = "${EPREFIX}/usr/$(get_libdir) - SYSLIBS = $(pkg-config --libs gsl) -lpthread + SYSLIBS = $($(tc-getPKG_CONFIG) --libs gsl) -lpthread LIBS = -ldistfit -lmsa -ldssplite -ldltmath -lDLTutils -ltheseus LIBDIR = -L./lib INSTALLDIR = "${ED}"/usr/bin |