Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/astro/opencpn/files/patch-src_PluginPaths.cpp
16461 views
1
--- src/PluginPaths.cpp.orig 2020-10-22 23:20:06 UTC
2
+++ src/PluginPaths.cpp
3
@@ -214,7 +214,7 @@ PluginPaths::PluginPaths()
4
else if (g_Platform->isFlatpacked()) {
5
initFlatpackPaths();
6
}
7
- else if (osSystemId & wxOS_UNIX_LINUX) {
8
+ else if (osSystemId & wxOS_UNIX_LINUX || osSystemId & wxOS_UNIX_FREEBSD) {
9
#ifdef __OCPN__ANDROID__
10
initAndroidPaths();
11
#else
12
13