summaryrefslogtreecommitdiff
path: root/devel/mico/files
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-24 19:13:37 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-24 19:13:37 +0000
commit538a315bdf6caed9c0fb200807a455d2e890c7ec (patch)
tree7e1bcf7d625f2a1b1f04f7584c6589e530f6f4fb /devel/mico/files
parentForget to update this one in prev. commit (diff)
* Add detailed description about Mico features.
* Remove broken URL * I'v broke mico on -STABLE accidentally. This patch fix it. * remove dependency on gcc 3.2. it's uselessly; * add multithread, SSL and full CORBA support; * pass maintainership to submitter PR: 53623 Submitted by: Sergey Matveychuk <sem@ciam.ru>
Notes
Notes: svn path=/head/; revision=83543
Diffstat (limited to 'devel/mico/files')
-rw-r--r--devel/mico/files/patch-as9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/mico/files/patch-as b/devel/mico/files/patch-as
index 57af08b45e6f..26c13c173b30 100644
--- a/devel/mico/files/patch-as
+++ b/devel/mico/files/patch-as
@@ -1,9 +1,11 @@
---- include/mico/os-math.h.orig Mon May 26 14:55:46 2003
-+++ include/mico/os-math.h Sun Jun 22 13:16:51 2003
-@@ -275,6 +275,18 @@
+--- os-math.h.orig Mon May 26 14:55:46 2003
++++ include/mico/os-math.h Tue Jun 24 02:20:33 2003
+@@ -275,6 +275,21 @@
};
#else // neither _WIN32 nor _POCKET_PC
++#include <sys/param.h>
++#if (defined(__FreeBSD__) && __FreeBSD_version >= 500035)
+#ifndef fpclassify
+#define fpclassify(x) \
+ ((sizeof (x) == sizeof (float)) ? __fpclassifyf(x) \
@@ -16,6 +18,7 @@
+#ifndef isnan
+#define isnan(x) (fpclassify(x) == FP_NAN)
+#endif
++#endif
#include <unistd.h>
#include <signal.h>