summaryrefslogtreecommitdiff
path: root/biology/phrap/files/patch-nodes.c
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-23 18:04:58 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-08-23 18:04:58 +0000
commit690da7ea383f1f7ba029563658b17f1a2544007b (patch)
tree23e972a9950cc8d2fbf2c0128d929e3655a093ab /biology/phrap/files/patch-nodes.c
parentarchivers/rubygem-rubyzip: update to 1.1.6 (diff)
update ports:
biology/phrab biology/phred biology/consed Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to obtain the tarballs. PR: 191336 Submitted by: mzaki@m.u-tokyo.ac.jp (maintainer)
Notes
Notes: svn path=/head/; revision=365765
Diffstat (limited to 'biology/phrap/files/patch-nodes.c')
-rw-r--r--biology/phrap/files/patch-nodes.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/phrap/files/patch-nodes.c b/biology/phrap/files/patch-nodes.c
new file mode 100644
index 000000000000..50af42003571
--- /dev/null
+++ b/biology/phrap/files/patch-nodes.c
@@ -0,0 +1,19 @@
+--- ./nodes.c.orig 2008-08-31 03:44:15.000000000 +0200
++++ ./nodes.c 2014-08-02 12:39:30.000000000 +0200
+@@ -31,6 +31,8 @@
+ extern Parameters *parameters; /* exported */
+ extern double *scaled_err_probs;
+ int *contig_graph_weights;
++
++void nr_tarjan(int);
+
+ set_contig_graph_weights()
+ {
+@@ -679,6 +681,7 @@
+ curr_state->calling_point = calling_point;
+ }
+
++void
+ nr_tarjan(k)
+ int k;
+ {