diff options
author | 2016-04-09 20:56:34 +0200 | |
---|---|---|
committer | 2016-04-09 20:57:11 +0200 | |
commit | bc0e06623a12a5686bc1fd87f95ab8d3344eab78 (patch) | |
tree | aefcb4fa75a7006aed9fcb7da40e3c1e6769479b /sci-biology/seqan/files | |
parent | sci-biology/tophat: Remove old and broken (diff) | |
download | gentoo-bc0e06623a12a5686bc1fd87f95ab8d3344eab78.tar.gz gentoo-bc0e06623a12a5686bc1fd87f95ab8d3344eab78.tar.bz2 gentoo-bc0e06623a12a5686bc1fd87f95ab8d3344eab78.zip |
sci-biology/seqan: Remove old and broken ebuilds
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-biology/seqan/files')
-rw-r--r-- | sci-biology/seqan/files/seqan-2.0.0-zlib.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-biology/seqan/files/seqan-2.0.0-zlib.patch b/sci-biology/seqan/files/seqan-2.0.0-zlib.patch deleted file mode 100644 index de14e9d58b8e..000000000000 --- a/sci-biology/seqan/files/seqan-2.0.0-zlib.patch +++ /dev/null @@ -1,15 +0,0 @@ - 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) |