diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-21 21:36:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-21 21:36:16 +0000 |
commit | 41b08f71859c170c881d131964ef44b748464336 (patch) | |
tree | 27bf68ac0d4f379623050fa1ccc71eef5891c440 /sci-libs/gsl/gsl-1.14-r1.ebuild | |
parent | sci-libs/hypre: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of p... (diff) | |
download | gentoo-2-41b08f71859c170c881d131964ef44b748464336.tar.gz gentoo-2-41b08f71859c170c881d131964ef44b748464336.tar.bz2 gentoo-2-41b08f71859c170c881d131964ef44b748464336.zip |
sci-libs/gsl: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config; drop old
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/gsl/gsl-1.14-r1.ebuild')
-rw-r--r-- | sci-libs/gsl/gsl-1.14-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/gsl/gsl-1.14-r1.ebuild b/sci-libs/gsl/gsl-1.14-r1.ebuild index e29b8448913b..8cd784d678e8 100644 --- a/sci-libs/gsl/gsl-1.14-r1.ebuild +++ b/sci-libs/gsl/gsl-1.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.14-r1.ebuild,v 1.6 2012/05/04 08:22:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gsl/gsl-1.14-r1.ebuild,v 1.7 2013/02/21 21:36:16 jlec Exp $ EAPI="3" @@ -53,8 +53,8 @@ src_prepare() { src_configure() { if use cblas-external; then - export CBLAS_LIBS="$(pkg-config --libs cblas)" - export CBLAS_CFLAGS="$(pkg-config --cflags cblas)" + export CBLAS_LIBS="$($(tc-getPKG_CONFIG) --libs cblas)" + export CBLAS_CFLAGS="$($(tc-getPKG_CONFIG) --cflags cblas)" fi econf \ --enable-shared \ |