aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2014-06-26 17:52:27 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2014-06-26 17:52:27 +0200
commita9c97c981e04e280b2d1b21a54d178f680f0dba4 (patch)
treed0208061793222e55169793556a737668156d488 /sci-biology/ncbi-tools++/files
parentsci-biology/ncbi-tools++-12.0.0: added the patch istelf dropping :%=% from LI... (diff)
downloadsci-a9c97c981e04e280b2d1b21a54d178f680f0dba4.tar.gz
sci-a9c97c981e04e280b2d1b21a54d178f680f0dba4.tar.bz2
sci-a9c97c981e04e280b2d1b21a54d178f680f0dba4.zip
sci-biology/ncbi-tools++-12.0.0: more entries to ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch
Diffstat (limited to 'sci-biology/ncbi-tools++/files')
-rw-r--r--sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch22
1 files changed, 22 insertions, 0 deletions
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 2b9420839..44b16ae20 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)