summaryrefslogtreecommitdiff
path: root/devel/mico/files/patch-include::mico::os-math.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mico/files/patch-include::mico::os-math.h')
-rw-r--r--devel/mico/files/patch-include::mico::os-math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mico/files/patch-include::mico::os-math.h b/devel/mico/files/patch-include::mico::os-math.h
index 70feaa4ef4cd..c389721e3c5c 100644
--- a/devel/mico/files/patch-include::mico::os-math.h
+++ b/devel/mico/files/patch-include::mico::os-math.h
@@ -20,7 +20,7 @@
+#define frexpl frexp
+#define fmodl fmod
+
-+#if __FreeBSD_version < 600007
++#if __FreeBSD_version < 503105
+#define ceill ceil
+#define floorl floor
#endif