mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
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/
11 lines
499 B
Text
11 lines
499 B
Text
--- src/hal/components/Submakefile.orig 2016-06-25 02:19:12 UTC
|
|
+++ src/hal/components/Submakefile
|
|
@@ -76,7 +76,7 @@ PYFLAGS := -L$(SITEPY) -lpthread $(LIBDL
|
|
|
|
../bin/panelui: $(call TOOBJS, $(PYSAMPLERSRCS)) ../lib/liblinuxcnchal.so.0
|
|
$(ECHO) Linking $(notdir $@)
|
|
- $(Q)$(CC) -o $@ $^ $(PYFLAGS)
|
|
+ $(Q)$(CC) -o $@ $^ $(LDFLAGS) $(CFLAGS) $(PYFLAGS)
|
|
TARGETS += ../bin/panelui
|
|
|
|
hal/components/conv_float_s32.comp: hal/components/conv.comp.in hal/components/mkconv.sh hal/components/Submakefile
|