aboutsummaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-05-08 09:35:37 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-05-08 09:35:37 +0000
commit4ef334906411d9f73c41a7619237ea701fc7aa25 (patch)
tree997f9712f1574405cca554977e06b6c12a6609fa /devel/mico
parent1ac6bc4c87b4f113f00a103a7925ce94974ab3cb (diff)
downloadports-4ef334906411d9f73c41a7619237ea701fc7aa25.tar.gz
ports-4ef334906411d9f73c41a7619237ea701fc7aa25.zip
Notes
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/files/patch-include::mico::os-math.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/mico/files/patch-include::mico::os-math.h b/devel/mico/files/patch-include::mico::os-math.h
index c389721e3c5c..0314a1abaf65 100644
--- a/devel/mico/files/patch-include::mico::os-math.h
+++ b/devel/mico/files/patch-include::mico::os-math.h
@@ -1,6 +1,6 @@
--- include/mico/os-math.h.orig Mon Oct 13 13:49:32 2003
-+++ include/mico/os-math.h Sat Jan 29 19:25:49 2005
-@@ -284,12 +284,23 @@
++++ include/mico/os-math.h Sun May 8 11:40:37 2005
+@@ -284,12 +284,26 @@
: (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \
: __fpclassifyl(x))
#endif
@@ -16,9 +16,12 @@
+
+// configure wrong set HAVE_*
+#define asinl asin
++#define fmodl fmod
++
++#if __FreeBSD_version < 600026
+#define ldexpl ldexp
+#define frexpl frexp
-+#define fmodl fmod
++#endif
+
+#if __FreeBSD_version < 503105
+#define ceill ceil