aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/wise/files/09_dnal-add-return-statement.patch')
-rw-r--r--sci-biology/wise/files/09_dnal-add-return-statement.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-biology/wise/files/09_dnal-add-return-statement.patch b/sci-biology/wise/files/09_dnal-add-return-statement.patch
deleted file mode 100644
index 237e59688..000000000
--- a/sci-biology/wise/files/09_dnal-add-return-statement.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Dejan Latinovic <Dejan.Latinovic@imgtec.com>
-Last-Update: Mon, 4 Aug 2014 17:10:38 +0000
-Bug-Debian: http://bugs.debian.org/751277
-Desription: Make sure dnal has a valid return value
- This affects a bug reported against python-biopython.
-
---- wise-2.4.1.orig/src/models/dnal.c
-+++ wise-2.4.1/src/models/dnal.c
-@@ -75,6 +75,8 @@
-
- if( show_alb == TRUE )
- dump_ascii_AlnBlock(alb,stdout);
-+
-+ return 0;
- }
-
-