diff options
Diffstat (limited to 'sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild')
-rw-r--r-- | sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild b/sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild index 6c15fc63acf0..750f78667cd7 100644 --- a/sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild +++ b/sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild,v 1.9 2013/02/03 17:56:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r3.ebuild,v 1.10 2013/02/20 15:50:11 jlec Exp $ EAPI=4 @@ -56,8 +56,8 @@ src_compile() { VERSION="" \ XFFLAGS="" \ XCFLAGS="" \ - LLIBCCP="-lccp4f -lccp4c -lccif $(pkg-config --libs mmdb)" \ - LLIBLAPACK="$(pkg-config --libs lapack blas)" \ + LLIBCCP="-lccp4f -lccp4c -lccif $($(tc-getPKG_CONFIG) --libs mmdb)" \ + LLIBLAPACK="$($(tc-getPKG_CONFIG) --libs lapack blas)" \ LLIBOTHERS="${LIBS}" \ ${PN} libcheck } |