summaryrefslogtreecommitdiff
path: root/sci-biology/ariadne/files
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/ariadne/files')
-rw-r--r--sci-biology/ariadne/files/ariadne-1.3-gcc4.patch10
-rw-r--r--sci-biology/ariadne/files/ariadne-1.3-implicits.patch23
2 files changed, 0 insertions, 33 deletions
diff --git a/sci-biology/ariadne/files/ariadne-1.3-gcc4.patch b/sci-biology/ariadne/files/ariadne-1.3-gcc4.patch
deleted file mode 100644
index 8bda75cb4f3a..000000000000
--- a/sci-biology/ariadne/files/ariadne-1.3-gcc4.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/cl.c
-+++ b/cl.c
-@@ -658,6 +658,7 @@
- fclose(fp);
- if ( ! stat( filename, &buf ) )
- {
-+ char *ctime(), *t;
- sprintf( date, "%s", ctime(&buf.st_mtime) );
- t = date;
- while ( *t )
diff --git a/sci-biology/ariadne/files/ariadne-1.3-implicits.patch b/sci-biology/ariadne/files/ariadne-1.3-implicits.patch
deleted file mode 100644
index 31c442b12265..000000000000
--- a/sci-biology/ariadne/files/ariadne-1.3-implicits.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-topalign.c:96:5: warning: implicit declaration of function ‘toupper’
-prospero.c:63:3: warning: implicit declaration of function ‘strcpy’
-
---- SRC-1.3/prospero.c
-+++ SRC-1.3/prospero.c
-@@ -26,6 +26,7 @@
- */
-
- #include<stdio.h>
-+#include<string.h>
- #include<math.h>
- #include"cl.h"
- #include"seq_util.h"
---- SRC-1.3/topalign.c
-+++ SRC-1.3/topalign.c
-@@ -26,6 +26,7 @@
- */
-
- #include<stdio.h>
-+#include<ctype.h>
- #include<math.h>
- #include"seq_util.h"
- #include"ariadne.h"