1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/biology/subread/files/patch-long-hashtable.c
Jason W. Bacon a156fdcf52 biology/subread: Read alignment, quantification and mutation discovery
The Subread package comprises a suite of software programs for processing
next-gen sequencing read data including:

    Subread: a general-purpose read aligner
    Subjunc: a read aligner developed for aligning RNA-seq reads
    featureCounts: a software program developed for counting reads to genomic
    features such as genes, exons, promoters and genomic bins.
    Sublong: a long-read aligner that is designed based on seed-and-vote.
    exactSNP: discovers SNPs by testing signals against local background noise.
2020-06-05 01:55:49 +00:00

12 lines
202 B
C

--- long-hashtable.c.orig 2020-06-04 23:59:33 UTC
+++ long-hashtable.c
@@ -22,7 +22,7 @@
#include <string.h>
#ifndef MACOS
-#ifndef FREEBSD
+#ifndef __FreeBSD__
#include <malloc.h>
#endif
#endif