The Basic Local Alignment Search Tool (BLAST) finds regions of local similarity between sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families. OK wiz@
15 lines
809 B
Text
15 lines
809 B
Text
$NetBSD: patch-src_build-system_configure,v 1.1 2018/04/27 20:28:28 bacon Exp $
|
|
|
|
# Fix support for localstatedir
|
|
|
|
--- src/build-system/configure.orig 2018-02-19 01:32:40 UTC
|
|
+++ src/build-system/configure
|
|
@@ -1755,7 +1755,7 @@ for x_arg in "$@" ; do
|
|
| --libdir=* | --includedir=* | --build=* | --host=* | --target=* \
|
|
| --mandir=* | --infodir=* | --docdir=* | --htmldir=* \
|
|
| --datadir=* | --sysconfdir=* | --localstatedir=* \
|
|
- | --with-runpath=* | --with-relative-runpath=* \
|
|
+ | --with-runpath=* | --with-relative-runpath=* | --localstatedir=* \
|
|
| --with-experimental=* | --with-extra-action=* | --with-build-root=* \
|
|
| --with-fake-root=* | --with-build-root-sfx=* | --with-check=* \
|
|
| --with-check-tools=* | --with-ftds=[0-9]* | --with-fastcgi=[0-9]* \
|