diff options
Diffstat (limited to 'math/asymptote/files/patch-runtime.in')
-rw-r--r-- | math/asymptote/files/patch-runtime.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/asymptote/files/patch-runtime.in b/math/asymptote/files/patch-runtime.in deleted file mode 100644 index cc77688859b0..000000000000 --- a/math/asymptote/files/patch-runtime.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - |