summaryrefslogtreecommitdiff
path: root/biology/fasta3/files/patch-scaleswn.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-23 03:36:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-23 03:36:33 +0000
commit56881e441f536b97f251fb9d15ec4a0e4da2191c (patch)
treed80475d76c3542b02aabf0f43a331b06377870e6 /biology/fasta3/files/patch-scaleswn.c
parentCorrect a typo to allow this to build (diff)
Prefer <limits.h> over <values.h> as the latter has been removed from
-current. Noticed by: bento
Diffstat (limited to '')
-rw-r--r--biology/fasta3/files/patch-scaleswn.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/fasta3/files/patch-scaleswn.c b/biology/fasta3/files/patch-scaleswn.c
new file mode 100644
index 000000000000..3fd5f2023b63
--- /dev/null
+++ b/biology/fasta3/files/patch-scaleswn.c
@@ -0,0 +1,11 @@
+--- scaleswn.c.orig Thu Aug 22 20:30:55 2002
++++ scaleswn.c Thu Aug 22 20:31:06 2002
+@@ -26,7 +26,7 @@
+ #include <math.h>
+ #include <string.h>
+
+-#if !defined(__MWERKS__) && !defined(MacOSX)
++#if !defined(__FreeBSD__) && !defined(__MWERKS__) && !defined(MacOSX)
+ #include <values.h>
+ #else
+ #include <limits.h> /* needed for LONG_MAX */