Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-tools++/files/
Date: Fri, 28 Jul 2017 20:51:08
Message-Id: 1501275056.0eb19cf5891c22bab171539902ba6dac381a8ba2.mmokrejs@gentoo
1 commit: 0eb19cf5891c22bab171539902ba6dac381a8ba2
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Jul 28 20:50:56 2017 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Jul 28 20:50:56 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0eb19cf5
7
8 sci-biology/ncbi-tools++: re-adding the patch with PCRE_LIBS added
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch b/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch
16 index bc62bd658..49a4adb4e 100644
17 --- a/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch
18 +++ b/sci-biology/ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch
19 @@ -11,8 +11,5 @@ Index: c++.18.0.0/src/app/srcchk/Makefile.srcchk.app
20 +LIB = xobjwrite $(XFORMAT_LIBS) variation_utils $(OBJREAD_LIBS) xalnmgr \
21 + xobjutil entrez2cli entrez2 tables xregexp $(PCRE_LIB) $(OBJMGR_LIBS)
22
23 --LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)
24 -+LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(PCRE_LIBS) $(ORIG_LIBS)
25 -
26 - REQUIRES = objects -Cygwin
27 + LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)