diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 08:32:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 08:32:12 +0000 |
commit | 83d131f8e1039c7e203046927b466429e103dc44 (patch) | |
tree | 32716e547f0408d14b65f91c20689e7212d2dc1b /math/linalg/files/patch-ab | |
parent | Fix build on -current (remove <malloc.h>) (diff) |
Remove #include <values.h> to partially fix build on -current (still
badly broken). Mark BROKEN on 5.x.
Diffstat (limited to 'math/linalg/files/patch-ab')
-rw-r--r-- | math/linalg/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/linalg/files/patch-ab b/math/linalg/files/patch-ab new file mode 100644 index 000000000000..418af0efe021 --- /dev/null +++ b/math/linalg/files/patch-ab @@ -0,0 +1,11 @@ +--- LinAlg.h.orig Fri Oct 25 01:30:42 2002 ++++ LinAlg.h Fri Oct 25 01:30:53 2002 +@@ -73,7 +73,7 @@ + + #include "myenv.h" + #include "std.h" +-#if defined(__GNUC__) && __GNUC_MINOR__ < 90 ++#if defined(__GNUC__) && __GNUC_MINOR__ < 90 && !defined(__FreeBSD__) + #include <values.h> + #else + #include <limits.h> |