commit: a9c97c981e04e280b2d1b21a54d178f680f0dba4 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Jun 26 15:52:27 2014 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Jun 26 15:52:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9c97c98
sci-biology/ncbi-tools++-12.0.0: more entries to ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch --- .../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 index 2b94208..44b16ae 100644 --- 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 @@ -19,4 +19,26 @@ + $(BLAST_LIBS:%=%$(STATIC)) $(OBJMGR_LIBS) LIBS = $(PCRE_LIBS) $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS) + +--- ncbi_cxx--12_0_0/src/app/igblast/Makefile.igblastp.app.ori 2014-06-26 17:45:11.000000000 +0200 ++++ ncbi_cxx--12_0_0/src/app/igblast/Makefile.igblastp.app 2014-06-26 17:48:26.000000000 +0200 +@@ -3,7 +3,7 @@ + APP = igblastp + SRC = igblastp_app + LIB_ = $(BLAST_INPUT_LIBS) $(BLAST_LIBS) $(OBJMGR_LIBS) +-LIB = blast_app_util igblast $(LIB_:%=%$(STATIC)) ++LIB = blast_app_util igblast $(LIB_) + # De-universalize Mac builds to work around a PPC toolchain limitation + CFLAGS = $(FAST_CFLAGS:ppc=i386) +--- ncbi_cxx--12_0_0/src/app/igblast/Makefile.igblastn.app.ori 2014-06-26 17:47:53.000000000 +0200 ++++ ncbi_cxx--12_0_0/src/app/igblast/Makefile.igblastn.app 2014-06-26 17:49:31.000000000 +0200 +@@ -3,7 +3,7 @@ + APP = igblastn + SRC = igblastn_app + LIB_ = $(BLAST_INPUT_LIBS) xalgoalignutil xqueryparse $(BLAST_LIBS) $(OBJMGR_LIBS) +-LIB = blast_app_util igblast $(LIB_:%=%$(STATIC)) ++LIB = blast_app_util igblast $(LIB_) + + # De-universalize Mac builds to work around a PPC toolchain limitation + CFLAGS = $(FAST_CFLAGS:ppc=i386)
