You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/seqan/files/seqan-2.0.0-zlib.patch

16 lines
527 B

include/seqan/stream/zipstream/zutil.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/seqan/stream/zipstream/zutil.h b/include/seqan/stream/zipstream/zutil.h
index 2806344..f8b41e6 100644
--- a/include/seqan/stream/zipstream/zutil.h
+++ b/include/seqan/stream/zipstream/zutil.h
@@ -152,6 +152,7 @@ extern const char *z_errmsg[10]; /* indexed by 2-zlib_error */
/* functions */
+#define OF(x) x
#ifdef HAVE_STRERROR
extern char *strerror OF((int));
# define zstrerror(errnum) strerror(errnum)