opnsense-ports/math/asymptote/files/patch-runtime.in
Franco Fichtner 02408012e6 */*: sync with upstream
Taken from: HardenedBSD
2018-06-16 10:31:02 +02:00

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