diff options
author | pi <pi@FreeBSD.org> | 2014-08-24 02:04:58 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-08-24 02:04:58 +0800 |
commit | 0d4dc2e5c8aa52558141f0a47ae160333cf66a79 (patch) | |
tree | 23e972a9950cc8d2fbf2c0128d929e3655a093ab /biology/phrap/files/patch-call_subs.c | |
parent | 1bdcb7adc25e2a9b462e12dcf04efbefa2bdc259 (diff) | |
download | freebsd-ports-gnome-0d4dc2e5c8aa52558141f0a47ae160333cf66a79.tar.gz freebsd-ports-gnome-0d4dc2e5c8aa52558141f0a47ae160333cf66a79.tar.zst freebsd-ports-gnome-0d4dc2e5c8aa52558141f0a47ae160333cf66a79.zip |
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)
Diffstat (limited to 'biology/phrap/files/patch-call_subs.c')
-rw-r--r-- | biology/phrap/files/patch-call_subs.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/phrap/files/patch-call_subs.c b/biology/phrap/files/patch-call_subs.c new file mode 100644 index 000000000000..8ee1379afc28 --- /dev/null +++ b/biology/phrap/files/patch-call_subs.c @@ -0,0 +1,19 @@ +--- ./call_subs.c.orig 1999-01-17 00:42:56.000000000 +0100 ++++ ./call_subs.c 2014-08-02 12:39:30.000000000 +0200 +@@ -26,15 +26,13 @@ + + extern Parameters *parameters; + ++void + call_write_exp_files(n_sing, n_contigs, contig_ptrs) + int n_sing, n_contigs; + Contig **contig_ptrs; + { + #if defined(GCPHRAP) + write_exp_files(n_sing, n_contigs, contig_ptrs); +- return; +-#else +- return; + #endif + } + |