- Unbreak
PR: 199734 Submitted by: jwbacon@tds.net(maintainer)
This commit is contained in:
parent
460825ae1d
commit
7fc484154b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385376
2 changed files with 11 additions and 2 deletions
|
@ -13,8 +13,6 @@ DISTNAME= ncbi-blast-${PORTVERSION}+-src
|
|||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= NCBI implementation of Basic Local Alignment Search Tool
|
||||
|
||||
BROKEN= Fails to configure
|
||||
|
||||
LICENSE= Public_domain
|
||||
LICENSE_NAME= Public Domain
|
||||
LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE
|
||||
|
|
11
biology/ncbi-blast+/files/patch-src_build-system_configure
Normal file
11
biology/ncbi-blast+/files/patch-src_build-system_configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/build-system/configure.orig 2015-04-27 09:51:45.000000000 -0500
|
||||
+++ src/build-system/configure 2015-04-27 09:52:01.000000000 -0500
|
||||
@@ -1606,7 +1606,7 @@
|
||||
| --with-muparser=* | --with-hdf5=* | --with-jni=* | --with-magic=* \
|
||||
| --x-includes=* | --x-libraries=* | --with-3psw=* \
|
||||
| --target=* | --with-runpath=* | --with-relative-runpath=* \
|
||||
- | --help | --no-create | --no-recursion)
|
||||
+ | --help | --no-create | --no-recursion | --localstatedir=* )
|
||||
;;
|
||||
|
||||
* )
|
Loading…
Reference in a new issue