summaryrefslogtreecommitdiff
path: root/math/asymptote/files/patch-runtime.in
blob: cc77688859b034601082a63184746818a9475335 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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