aboutsummaryrefslogtreecommitdiff
path: root/biology/clustalw/files/patch-af
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-03-22 08:23:22 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-03-22 08:23:22 +0000
commit5e52a21fed46877de193d73887a7f37adb4194f6 (patch)
tree6773244dda04ef082eb3a816a708b146ebda25ed /biology/clustalw/files/patch-af
parentcbde27d2e24878fc40d9e7dbb58ab124fc895c3c (diff)
downloadports-5e52a21fed46877de193d73887a7f37adb4194f6.tar.gz
ports-5e52a21fed46877de193d73887a7f37adb4194f6.zip
- Fix certain mistakes in FreeBSD patches
- Bump PORTREVISION - Poroblem originally reported by Fernan Aguero <fernan@iib.unsam.edu.ar> on FreeBSD-bio list PR: 36169 Submitted by: David A. Bader <dbader@eece.unm.edu> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=56444
Diffstat (limited to 'biology/clustalw/files/patch-af')
-rw-r--r--biology/clustalw/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/clustalw/files/patch-af b/biology/clustalw/files/patch-af
new file mode 100644
index 000000000000..102413fb84c6
--- /dev/null
+++ b/biology/clustalw/files/patch-af
@@ -0,0 +1,11 @@
+--- clustalw.h-orig Thu Mar 21 10:15:28 2002
++++ clustalw.h Thu Mar 21 10:15:43 2002
+@@ -234,7 +234,7 @@
+ char *blank_to_(char *str);
+ char *upstr(char *str);
+ char *lowstr(char *str);
+-void getstr(char *instr, char *outstr);
++void getstr(char *instr, char *outstr, int len);
+ double getreal(char *instr, double minx, double maxx, double def);
+ int getint(char *instr, int minx, int maxx, int def);
+ void do_system(void);