Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/files/
Date: Thu, 26 Jun 2014 15:12:25
Message-Id: 1403795453.c9cc902bf22b5154a8dcc82a937da0fd7ebae446.mmokrejs@gentoo
1 commit: c9cc902bf22b5154a8dcc82a937da0fd7ebae446
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Jun 26 15:10:53 2014 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Jun 26 15:10:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9cc902b
7
8 sci-biology/ncbi-tools++-12.0.0: added the patch istelf dropping :%=% from LIB settings
9
10 ---
11 .../ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch | 22 ++++++++++++++++++++++
12 1 file changed, 22 insertions(+)
13
14 diff --git a/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch b/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch
15 new file mode 100644
16 index 0000000..2b94208
17 --- /dev/null
18 +++ b/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch
19 @@ -0,0 +1,22 @@
20 +--- ncbi_cxx--12_0_0/src/app/speedtest/Makefile.speedtest.app.ori 2014-06-26 16:46:27.000000000 +0200
21 ++++ ncbi_cxx--12_0_0/src/app/speedtest/Makefile.speedtest.app 2014-06-26 16:47:26.000000000 +0200
22 +@@ -9,7 +9,7 @@
23 + APP = speedtest
24 + SRC = speedtest
25 + LIB = prosplign xalgoalignutil xalgoseq xcleanup taxon1 submit $(BLAST_LIBS) \
26 +- xqueryparse xregexp $(PCRE_LIB) $(OBJMGR_LIBS:%=%$(STATIC))
27 ++ xqueryparse xregexp $(PCRE_LIB) $(OBJMGR_LIBS)
28 +
29 + LIBS = $(CMPRS_LIBS) $(DL_LIBS) $(PCRE_LIBS) $(ORIG_LIBS)
30 +
31 +--- ncbi_cxx--12_0_0/src/app/compart/Makefile.compart.app.ori 2014-06-26 16:47:53.000000000 +0200
32 ++++ ncbi_cxx--12_0_0/src/app/compart/Makefile.compart.app 2014-06-26 16:48:07.000000000 +0200
33 +@@ -7,7 +7,7 @@
34 +
35 + LIB = xalgoalignutil xalgoalignsplign xalgoalignnw xalgoseq \
36 + taxon1 xalnmgr xqueryparse xregexp $(PCRE_LIB) \
37 +- $(BLAST_LIBS:%=%$(STATIC)) $(OBJMGR_LIBS:%=%$(STATIC))
38 ++ $(BLAST_LIBS:%=%$(STATIC)) $(OBJMGR_LIBS)
39 +
40 + LIBS = $(PCRE_LIBS) $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)
41 +