commit: 6ad973f70eefbffeebb8ff400d57572d5059cf37 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Jul 28 20:19:40 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Jul 28 20:19:40 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6ad973f7
sci-biology/ncbi-tools++: resolving my 'stash pop' with an empty change Sorry for noise. 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, 4 insertions(+), 1 deletion(-) 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 49a4adb4e..bc62bd658 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,5 +11,8 @@ 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) $(ORIG_LIBS) ++LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(PCRE_LIBS) $(ORIG_LIBS) + + REQUIRES = objects -Cygwin