pkgsrc/biology/ncbi-blast+/patches/patch-compilers_xcode30__prj_configure
bacon 6e68fec7bb biology/ncbi-blast+: import ncbi-blast+-2.7.1
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@
2018-04-27 20:28:28 +00:00

15 lines
495 B
Text

$NetBSD: patch-compilers_xcode30__prj_configure,v 1.1 2018/04/27 20:28:28 bacon Exp $
# Nonportable extension
--- compilers/xcode30_prj/configure.orig 2018-04-27 14:19:43.000000000 +0000
+++ compilers/xcode30_prj/configure
@@ -280,7 +280,7 @@ arch=`arch`
platform=`xcodebuild -version 2>/dev/null | grep 'Xcode [0-9][0-9]*' | sed -e 's/[ .]//g'`
# ------- target architecture
-if test "$use_64" == "yes"; then
+if test "$use_64" = "yes"; then
use_arch="x86_64"
else
use_arch="i386"