Update biology/bcftools to version 1.6
[dports.git] / biology / bcftools / files / patch-prob1.c
1 --- prob1.c.orig        2017-09-28 11:22:48 UTC
2 +++ prob1.c
3 @@ -33,6 +33,12 @@ THE SOFTWARE.  */
4  #include <zlib.h>
5  #include "prob1.h"
6  
7 +#include <sys/param.h>
8 +#if defined(__FreeBSD__) && (__FreeBSD_version < 1000034)
9 +#      define logl(x) log(x)
10 +#      define expl(x) exp(x)
11 +#endif
12 +
13  // #include "kstring.h"
14  // #include "kseq.h"
15  // KSTREAM_INIT(gzFile, gzread, 16384)