aboutsummaryrefslogtreecommitdiff
path: root/astro/opencpn/files/patch-src_PluginPaths.cpp
blob: bec645d0e700f898e3b708046633ba80714a6cea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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