Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/igraph/files: igraph-0.6.4-unbundle.patch
Date: Wed, 27 Feb 2013 17:01:17
Message-Id: 20130227170113.28FBA2171E@flycatcher.gentoo.org
1 jlec 13/02/27 17:01:13
2
3 Modified: igraph-0.6.4-unbundle.patch
4 Log:
5 dev-libs/igraph: Use detected pkg-config instead of generic
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 dev-libs/igraph/files/igraph-0.6.4-unbundle.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/files/igraph-0.6.4-unbundle.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/files/igraph-0.6.4-unbundle.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/files/igraph-0.6.4-unbundle.patch?r1=1.1&r2=1.2
15
16 Index: igraph-0.6.4-unbundle.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/igraph/files/igraph-0.6.4-unbundle.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- igraph-0.6.4-unbundle.patch 21 Feb 2013 20:18:15 -0000 1.1
23 +++ igraph-0.6.4-unbundle.patch 27 Feb 2013 17:01:13 -0000 1.2
24 @@ -257,7 +257,7 @@
25 AT_KEYWORDS([thread-safe ARPACK])
26 AT_COMPILE_CHECK([simple/tls2.c], [simple/tls2.out], [], [internal],
27 - [-lpthread])
28 -+ [-lpthread $(pkg-config --libs arpack)])
29 ++ [-lpthread $(${PKG_CONFIG} --libs arpack)])
30 AT_CLEANUP
31 diff --git a/tests/types.at b/tests/types.at
32 index f80a6a2..45087e8 100644
33 @@ -268,7 +268,7 @@
34 AT_KEYWORDS([sparse matrix igraph_sparsemat_t])
35 AT_COMPILE_CHECK([simple/igraph_sparsemat2.c], [simple/igraph_sparsemat2.out],
36 - [], [INTERNAL], [-lblas])
37 -+ [], [INTERNAL], [$(pkg-config --libs blas)])
38 ++ [], [INTERNAL], [$(${PKG_CONFIG} --libs blas)])
39 AT_CLEANUP
40
41 AT_SETUP([Sparse matrix, indexing (igraph_sparsemat_t): ])