diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2025-05-16 20:19:14 +0200 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2025-05-16 20:19:14 +0200 |
commit | 9adcb6db39e2b1cb5d29fc82de04ffe71691eddc (patch) | |
tree | 91a950255aa885ad896e77b4956daaef65ffbae8 /cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp | |
parent | mail/getmail6: Update 6.19.07 => 6.19.08 (bugfixes) (diff) |
cad/freecad: update to 1.0.1
Announcement:
https://blog.freecad.org/2025/05/16/freecad-1-0-1-released/
This makes libspnav support non-optional, as it can't be easily
toggled at configure-time.
Diffstat (limited to 'cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp')
-rw-r--r-- | cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp b/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp new file mode 100644 index 000000000000..a46ce349429f --- /dev/null +++ b/cad/freecad/files/patch-src_Gui_GuiApplicationNativeEventAware.cpp @@ -0,0 +1,18 @@ +commit 8ae0abfd1d044c295c939c032790a7c4e3e960c0 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + + enable spnav on FreeBSD, too + +diff --git src/Gui/GuiApplicationNativeEventAware.cpp src/Gui/GuiApplicationNativeEventAware.cpp +index 622f38ea47..9e02558875 100644 +--- src/Gui/GuiApplicationNativeEventAware.cpp ++++ src/Gui/GuiApplicationNativeEventAware.cpp +@@ -33,7 +33,7 @@ + + + #if defined(_USE_3DCONNEXION_SDK) || defined(SPNAV_FOUND) +-#if defined(Q_OS_LINUX) ++#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) + #if defined(SPNAV_USE_X11) + #include "3Dconnexion/GuiNativeEventLinuxX11.h" + #else |