summaryrefslogtreecommitdiff
path: root/sci-biology/rnaview/files/rnaview-20040713-implicit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/rnaview/files/rnaview-20040713-implicit.patch')
-rw-r--r--sci-biology/rnaview/files/rnaview-20040713-implicit.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-biology/rnaview/files/rnaview-20040713-implicit.patch b/sci-biology/rnaview/files/rnaview-20040713-implicit.patch
new file mode 100644
index 000000000000..90ea72ab6f8c
--- /dev/null
+++ b/sci-biology/rnaview/files/rnaview-20040713-implicit.patch
@@ -0,0 +1,13 @@
+Fix implicit function declaration
+
+--- a/src/xml2ps.c
++++ b/src/xml2ps.c
+@@ -36,7 +36,7 @@
+ void read_sugar_syn(char *inpfile, long **sugar_syn);
+ void get_sugar_syn(FILE *inp, char *value_ch);
+ void get_chain_broken(long nres, double **a, double **b, long *chain_broken);
+-
++extern void get_BDIR(char *BDIR, char *filename);
+
+
+ FILE *psfile;