summaryrefslogtreecommitdiff
path: root/biology/fasta3
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
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
Notes
Notes: svn path=/head/; revision=64853
Diffstat (limited to 'biology/fasta3')
-rw-r--r--biology/fasta3/files/patch-comp_thr.c11
-rw-r--r--biology/fasta3/files/patch-compacc.c11
-rw-r--r--biology/fasta3/files/patch-complib.c11
-rw-r--r--biology/fasta3/files/patch-scaleswn.c11
4 files changed, 44 insertions, 0 deletions
diff --git a/biology/fasta3/files/patch-comp_thr.c b/biology/fasta3/files/patch-comp_thr.c
new file mode 100644
index 000000000000..24a0904c0d1c
--- /dev/null
+++ b/biology/fasta3/files/patch-comp_thr.c
@@ -0,0 +1,11 @@
+--- comp_thr.c.orig Thu Aug 22 20:32:10 2002
++++ comp_thr.c Thu Aug 22 20:32:25 2002
+@@ -16,7 +16,7 @@
+ #include <time.h>
+
+ #ifdef UNIX
+-#if !defined(__NetBSD__) && !defined(MacOSX)
++#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(MacOSX)
+ #include <values.h>
+ #else
+ #include <limits.h>
diff --git a/biology/fasta3/files/patch-compacc.c b/biology/fasta3/files/patch-compacc.c
new file mode 100644
index 000000000000..c6a493f81a31
--- /dev/null
+++ b/biology/fasta3/files/patch-compacc.c
@@ -0,0 +1,11 @@
+--- compacc.c.orig Thu Aug 22 20:30:30 2002
++++ compacc.c Thu Aug 22 20:30:43 2002
+@@ -11,7 +11,7 @@
+ #if defined(UNIX) || defined(MSDOS)
+ #include <sys/types.h>
+ #endif
+-#if !defined(__MWERKS__) && !defined(MacOSX)
++#if !defined(__FreeBSD__) && !defined(__MWERKS__) && !defined(MacOSX)
+ #include <values.h>
+ #else
+ #include <limits.h>
diff --git a/biology/fasta3/files/patch-complib.c b/biology/fasta3/files/patch-complib.c
new file mode 100644
index 000000000000..d5f27bd708d0
--- /dev/null
+++ b/biology/fasta3/files/patch-complib.c
@@ -0,0 +1,11 @@
+--- complib.c.orig Thu Aug 22 20:33:57 2002
++++ complib.c Thu Aug 22 20:34:07 2002
+@@ -29,7 +29,7 @@
+ #include <ctype.h>
+ #include <time.h>
+ #ifdef UNIX
+-#if !defined(__NetBSD__) && !defined(MacOSX)
++#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(MacOSX)
+ #include <values.h>
+ #else
+ #include <limits.h>
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 */