commit:     c9cc902bf22b5154a8dcc82a937da0fd7ebae446
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jun 26 15:10:53 2014 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jun 26 15:10:53 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9cc902b

sci-biology/ncbi-tools++-12.0.0: added the patch istelf dropping :%=% from LIB 
settings

---
 .../ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

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
new file mode 100644
index 0000000..2b94208
--- /dev/null
+++ 
b/sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch
@@ -0,0 +1,22 @@
+--- ncbi_cxx--12_0_0/src/app/speedtest/Makefile.speedtest.app.ori      
2014-06-26 16:46:27.000000000 +0200
++++ ncbi_cxx--12_0_0/src/app/speedtest/Makefile.speedtest.app  2014-06-26 
16:47:26.000000000 +0200
+@@ -9,7 +9,7 @@
+ APP = speedtest
+ SRC = speedtest
+ LIB = prosplign xalgoalignutil xalgoseq xcleanup taxon1 submit $(BLAST_LIBS) \
+-      xqueryparse xregexp $(PCRE_LIB) $(OBJMGR_LIBS:%=%$(STATIC))
++      xqueryparse xregexp $(PCRE_LIB) $(OBJMGR_LIBS)
+ 
+ LIBS = $(CMPRS_LIBS) $(DL_LIBS) $(PCRE_LIBS) $(ORIG_LIBS)
+ 
+--- ncbi_cxx--12_0_0/src/app/compart/Makefile.compart.app.ori  2014-06-26 
16:47:53.000000000 +0200
++++ ncbi_cxx--12_0_0/src/app/compart/Makefile.compart.app      2014-06-26 
16:48:07.000000000 +0200
+@@ -7,7 +7,7 @@
+ 
+ LIB =  xalgoalignutil xalgoalignsplign xalgoalignnw xalgoseq \
+        taxon1 xalnmgr xqueryparse xregexp $(PCRE_LIB) \
+-       $(BLAST_LIBS:%=%$(STATIC)) $(OBJMGR_LIBS:%=%$(STATIC))
++       $(BLAST_LIBS:%=%$(STATIC)) $(OBJMGR_LIBS)
+ 
+ LIBS = $(PCRE_LIBS) $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)
+ 

Reply via email to