Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/vcftools/files: vcftools-0.1.8-buildsystem.patch
Date: Wed, 27 Feb 2013 16:39:23
Message-Id: 20130227163918.CAD552171E@flycatcher.gentoo.org
1 jlec 13/02/27 16:39:18
2
3 Modified: vcftools-0.1.8-buildsystem.patch
4 Log:
5 sci-biology/vcftools: Use PKG_CONFIG instead of generic pkg-config
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
8
9 Revision Changes Path
10 1.2 sci-biology/vcftools/files/vcftools-0.1.8-buildsystem.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/vcftools/files/vcftools-0.1.8-buildsystem.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/vcftools/files/vcftools-0.1.8-buildsystem.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/vcftools/files/vcftools-0.1.8-buildsystem.patch?r1=1.1&r2=1.2
15
16 Index: vcftools-0.1.8-buildsystem.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/vcftools/files/vcftools-0.1.8-buildsystem.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vcftools-0.1.8-buildsystem.patch 19 Jul 2012 11:31:13 -0000 1.1
23 +++ vcftools-0.1.8-buildsystem.patch 27 Feb 2013 16:39:18 -0000 1.2
24 @@ -6,7 +6,7 @@
25 --- a/cpp/Makefile
26 +++ b/cpp/Makefile
27 @@ -3,7 +3,7 @@
28 - # ($Revision: 1.1 $)
29 + # ($Revision: 1.2 $)
30
31 # Compiler
32 -CPP = g++
33 @@ -28,7 +28,7 @@
34 CPPFLAGS += -DVCFTOOLS_PCA
35 # Add LAPACK library
36 - LIB += -llapack
37 -+ LIB += `pkg-config --libs lapack`
38 ++ LIB += `$(PKG_CONFIG) --libs lapack`
39 # Add PCA source code
40 SOURCES += dgeev.cpp
41 endif