1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h
Edward Tomasz Napierala a6e3152224 LinuxCNC controls CNC machines. It can drive milling machines,
lathes, 3d printers, laser cutters, plasma cutters, robot arms,
hexapods, and more.

- Accepts G-code input, drives CNC machines in response.
- Active user community.
- Several different GUIs available.
- Compatible with many popular machine control hardware interfaces.
- Supports rigid tapping, cutter compensation, and many other advanced
  control features.

WARNING: This port is simulation-only for now.

WWW: http://linuxcnc.org/
2016-07-13 09:18:47 +00:00

13 lines
290 B
C

--- src/rtapi/rtapi_math.h.orig 2016-06-25 02:19:12 UTC
+++ src/rtapi/rtapi_math.h
@@ -79,7 +79,10 @@ extern __inline double fmin(double __y,
#endif
#else
+#pragma push_macro("value")
+#undef value
#include <math.h>
+#pragma pop_macro("value")
#endif
#include "rtapi_byteorder.h"