diff options
author | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2014-06-26 17:10:53 +0200 |
---|---|---|
committer | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2014-06-26 17:10:53 +0200 |
commit | c9cc902bf22b5154a8dcc82a937da0fd7ebae446 (patch) | |
tree | 10c2e4d8b5cce27baf05d505d77a66f475a9a770 /sci-biology/ncbi-tools++ | |
parent | sci-biology/ncbi-tools++-12.0.0: dropping :%=% from LIB settings (diff) | |
download | sci-c9cc902bf22b5154a8dcc82a937da0fd7ebae446.tar.gz sci-c9cc902bf22b5154a8dcc82a937da0fd7ebae446.tar.bz2 sci-c9cc902bf22b5154a8dcc82a937da0fd7ebae446.zip |
sci-biology/ncbi-tools++-12.0.0: added the patch istelf dropping :%=% from LIB settings
Diffstat (limited to 'sci-biology/ncbi-tools++')
-rw-r--r-- | sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch | 22 |
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 new file mode 100644 index 000000000..2b9420839 --- /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) + |