summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-04-09 20:56:34 +0200
committerDavid Seifert <soap@gentoo.org>2016-04-09 20:57:11 +0200
commitbc0e06623a12a5686bc1fd87f95ab8d3344eab78 (patch)
treeaefcb4fa75a7006aed9fcb7da40e3c1e6769479b /sci-biology/seqan/files
parentsci-biology/tophat: Remove old and broken (diff)
downloadgentoo-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.patch15
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)