Files
ports/astro/opencpn/files/patch-src_PluginPaths.cpp
T
Rainer Hurling a402038101 astro/opencpn: Update to 5.2.4
- New Plugin Management System
- Support for signalK input data streams
- New Head-Up Navigation Mode
- Docking the Dashboard with dual canvases
- Realtime prediction of AIS target location

Changelog: https://opencpn.org/OpenCPN/about/ver520.html

PR:		252168
Submitted by:	Andrea Venturoli <ml@netfence.it> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27798
2021-01-05 20:05:00 +00:00

12 lines
393 B
C++

--- src/PluginPaths.cpp.orig 2020-10-22 23:20:06 UTC
+++ src/PluginPaths.cpp
@@ -214,7 +214,7 @@ PluginPaths::PluginPaths()
else if (g_Platform->isFlatpacked()) {
initFlatpackPaths();
}
- else if (osSystemId & wxOS_UNIX_LINUX) {
+ else if (osSystemId & wxOS_UNIX_LINUX || osSystemId & wxOS_UNIX_FREEBSD) {
#ifdef __OCPN__ANDROID__
initAndroidPaths();
#else