1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/biology/vt/files/patch-hts__utils.h
Jason W. Bacon 899ed588d9 biology/vt: Fix build with htslib 1.11
Reported by:    fallout
2020-11-09 00:35:58 +00:00

12 lines
221 B
C

--- hts_utils.h.orig 2020-11-08 22:09:58 UTC
+++ hts_utils.h
@@ -47,7 +47,7 @@ typedef struct {
KHASH_MAP_INIT_STR(s, faidx1_t)
-struct __faidx_t {
+struct faidx_t {
BGZF *bgzf;
int n, m;
char **name;