From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3B6713877A for ; Thu, 26 Jun 2014 15:53:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7FAE09D0; Thu, 26 Jun 2014 15:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6895E09D0 for ; Thu, 26 Jun 2014 15:53:04 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39357340036 for ; Thu, 26 Jun 2014 15:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3BACE19088 for ; Thu, 26 Jun 2014 15:53:01 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1403797947.a9c97c981e04e280b2d1b21a54d178f680f0dba4.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-tools++/files/ncbi-tools++-12.0.0-drop-STATIC-from-LIB.patch X-VCS-Directories: sci-biology/ncbi-tools++/files/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: a9c97c981e04e280b2d1b21a54d178f680f0dba4 X-VCS-Branch: master Date: Thu, 26 Jun 2014 15:53:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92b5a4c7-93a7-495d-8cda-76c107714b98 X-Archives-Hash: e31d1e12c107774e7eba9dd70995fa06 commit: a9c97c981e04e280b2d1b21a54d178f680f0dba4 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Jun 26 15:52:27 2014 +0000 Commit: Martin Mokrejs fold natur cuni 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)