* [gentoo-commits] gentoo-x86 commit in sci-libs/blas-reference/files: blas-reference-20070226-pkg-config.patch
@ 2010-11-14 12:35 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2010-11-14 12:35 UTC (permalink / raw
To: gentoo-commits
jlec 10/11/14 12:35:39
Added: blas-reference-20070226-pkg-config.patch
Log:
Fix for prefix linking, #343113
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-libs/blas-reference/files/blas-reference-20070226-pkg-config.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/blas-reference/files/blas-reference-20070226-pkg-config.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/blas-reference/files/blas-reference-20070226-pkg-config.patch?rev=1.1&content-type=text/plain
Index: blas-reference-20070226-pkg-config.patch
===================================================================
diff --git a/BLAS/blas.pc.in b/BLAS/blas.pc.in
index 367c87b..44b86db 100644
--- a/BLAS/blas.pc.in
+++ b/BLAS/blas.pc.in
@@ -7,5 +7,5 @@ Name: @PACKAGE_NAME@
Description: Basic Linear Algebra Subprograms F77 reference implementations
Version: @PACKAGE_VERSION@
URL: http://www.netlib.org/blas
-Libs: -lblas
+Libs: -L@libdir@ -lblas
Libs.private: -lm
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-11-14 12:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-14 12:35 [gentoo-commits] gentoo-x86 commit in sci-libs/blas-reference/files: blas-reference-20070226-pkg-config.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox