1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/biology/phrap/files/patch-nodes.c
Kurt Jaeger 690da7ea38 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)
2014-08-23 18:04:58 +00:00

20 lines
402 B
C

--- ./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;
{