From a6e315222478e3f425cce3e5f06e5a92e85cb076 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Wed, 13 Jul 2016 09:18:47 +0000 Subject: 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/ --- cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h (limited to 'cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h') diff --git a/cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h b/cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h new file mode 100644 index 000000000000..8ae719885db9 --- /dev/null +++ b/cad/linuxcnc-devel/files/patch-src_rtapi_rtapi__math.h @@ -0,0 +1,13 @@ +--- 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 ++#pragma pop_macro("value") + #endif + + #include "rtapi_byteorder.h" -- cgit v1.2.3