freebsd-ports/biology/sra-tools/files/patch-ncbi-vdb_libs_search_Makefile
Jason W. Bacon 69656bf0d7 biology/sra-tools: NCBI's toolkit for handling data in INSDC Sequence Read Archives
SRA tools is a toolkit for using data in the INSDC Sequence Read Archives.

SRAs operated by International Nucleotide Sequence Database Collaboration
houses sequence reads and alignments generated by "next-gen" sequencers.

This port is a bit convoluted due to the fact that the sra-tools build
requires access to the ncbi-vdb source tree.  Hence, ncbi-vdb is treated
as a submodule here rather than a separate library port.  We are working
with upstream with hope for long-term improvements.
2021-06-22 12:55:15 -05:00

12 lines
317 B
Text

--- ncbi-vdb/libs/search/Makefile.orig 2017-07-14 21:55:36 UTC
+++ ncbi-vdb/libs/search/Makefile
@@ -39,6 +39,9 @@ OBJFILES = \
include $(TOP)/build/Makefile.env
+CARCH += -msse2
+# nucstrstr.c requires SSE2
+
#-------------------------------------------------------------------------------
# outer targets
#