forked from Lainports/opnsense-ports
11 lines
267 B
Text
11 lines
267 B
Text
--- 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
|
|
|