HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/astro/opencpn/files/patch-src_PluginPaths.cpp
--- 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