summaryrefslogtreecommitdiff
path: root/biology/ncbi-blast+/patches/patch-src_build-system_configure
blob: 563c661e65cb6fb69670104252e3b16599be8e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_build-system_configure,v 1.2 2021/06/11 13:47:40 bacon Exp $

# Avert missing --with-libiconv-prefix option

--- src/build-system/configure.orig	2021-06-10 19:44:11.069762486 +0000
+++ src/build-system/configure
@@ -2015,7 +2015,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=* | --with-libiconv-prefix=* \
       | --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]* \