summaryrefslogtreecommitdiff
path: root/math/asymptote/files/patch-runtime.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/asymptote/files/patch-runtime.in')
-rw-r--r--math/asymptote/files/patch-runtime.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/asymptote/files/patch-runtime.in b/math/asymptote/files/patch-runtime.in
new file mode 100644
index 000000000000..cc77688859b0
--- /dev/null
+++ b/math/asymptote/files/patch-runtime.in
@@ -0,0 +1,11 @@
+--- runtime.in.orig 2018-06-03 13:52:26 UTC
++++ runtime.in
+@@ -85,7 +85,7 @@ stringarray2* => stringArray2()
+ #include "process.h"
+ #include "arrayop.h"
+
+-#ifdef __APPLE__
++#if defined(__APPLE__) || defined(__FreeBSD__)
+ extern "C" int isnan(double);
+ #endif
+