diff options
Diffstat (limited to 'cad/kicad-devel/files/patch-eeschema_sch__base__frame.h')
-rw-r--r-- | cad/kicad-devel/files/patch-eeschema_sch__base__frame.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h new file mode 100644 index 000000000000..6b7df3a979fd --- /dev/null +++ b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h @@ -0,0 +1,20 @@ +--- eeschema/sch_base_frame.h.orig 2025-09-14 17:37:19 UTC ++++ eeschema/sch_base_frame.h +@@ -57,7 +57,7 @@ struct SCH_SELECTION_FILTER_OPTIONS; + class SYMBOL_EDITOR_SETTINGS; + struct SCH_SELECTION_FILTER_OPTIONS; + +-#ifndef __linux__ ++#if not defined (__linux__) && not defined (__FreeBSD__) + class NL_SCHEMATIC_PLUGIN; + #else + class SPNAV_2D_PLUGIN; +@@ -336,7 +336,7 @@ class SCH_BASE_FRAME : public EDA_DRAW_FRAME, public S + wxTimer m_watcherDebounceTimer; + bool m_inSymChangeTimerEvent; + +-#ifndef __linux__ ++#if not defined (__linux__) && not defined (__FreeBSD__) + std::unique_ptr<NL_SCHEMATIC_PLUGIN> m_spaceMouse; + #else + std::unique_ptr<SPNAV_2D_PLUGIN> m_spaceMouse; |