diff options
Diffstat (limited to 'biology/subread/files/patch-long-hashtable.c')
-rw-r--r-- | biology/subread/files/patch-long-hashtable.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/subread/files/patch-long-hashtable.c b/biology/subread/files/patch-long-hashtable.c new file mode 100644 index 000000000000..cfb9557fa621 --- /dev/null +++ b/biology/subread/files/patch-long-hashtable.c @@ -0,0 +1,11 @@ +--- 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 |