commit: 0eb19cf5891c22bab171539902ba6dac381a8ba2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Jul 28 20:50:56 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Jul 28 20:50:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0eb19cf5
sci-biology/ncbi-tools++: re-adding the patch with PCRE_LIBS added Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../ncbi-tools++/files/ncbi-tools++-18.0.0-fix-srcchk-linking.patch | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 index bc62bd658..49a4adb4e 100644 --- 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 @@ -11,8 +11,5 @@ Index: c++.18.0.0/src/app/srcchk/Makefile.srcchk.app +LIB = xobjwrite $(XFORMAT_LIBS) variation_utils $(OBJREAD_LIBS) xalnmgr \ + xobjutil entrez2cli entrez2 tables xregexp $(PCRE_LIB) $(OBJMGR_LIBS) --LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS) -+LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(PCRE_LIBS) $(ORIG_LIBS) - - REQUIRES = objects -Cygwin + LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)