From 11985cbe3dcc21252202b9cdac768576617ac3a6 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 6 Sep 2016 13:30:48 +0000 Subject: [PATCH] - Make configure script handle --disable-silent-rules gracefully PR: 212075 Approved by: portmgr blanket --- biology/ncbi-blast+/files/patch-src_build-system_configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/ncbi-blast+/files/patch-src_build-system_configure b/biology/ncbi-blast+/files/patch-src_build-system_configure index da2ce4fb374a..fd1342ed07e7 100644 --- a/biology/ncbi-blast+/files/patch-src_build-system_configure +++ b/biology/ncbi-blast+/files/patch-src_build-system_configure @@ -5,7 +5,7 @@ | --x-includes=* | --x-libraries=* | --with-3psw=* \ | --target=* | --with-runpath=* | --with-relative-runpath=* \ - | --help | --no-create | --no-recursion) -+ | --help | --no-create | --no-recursion | --localstatedir=* ) ++ | --help | --no-create | --no-recursion | --localstatedir=* | --disable-silent-rules ) ;; * )