Index: head/biology/blat/files/patch-lib_fof.c =================================================================== --- head/biology/blat/files/patch-lib_fof.c (nonexistent) +++ head/biology/blat/files/patch-lib_fof.c (revision 428834) @@ -0,0 +1,14 @@ +--- lib/fof.c.orig 2014-11-06 03:15:59 UTC ++++ lib/fof.c +@@ -336,7 +336,11 @@ static int cmpOnFilePos(const void *va, + { + const struct fofBatch *a = *((struct fofBatch **)va); + const struct fofBatch *b = *((struct fofBatch **)vb); ++#ifdef __DragonFly__ ++int dif = (struct __FILE_public*)a->f - (struct __FILE_public*)b->f; ++#else + int dif = a->f - b->f; ++#endif + if (dif == 0) + dif = a->offset - b->offset; + return dif; Property changes on: head/biology/blat/files/patch-lib_fof.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property