Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/net-im/abaddon/files/patch-src_platform.cpp
18157 views
1
--- src/platform.cpp.orig 2025-07-11 20:03:35 UTC
2
+++ src/platform.cpp
3
@@ -93,7 +93,7 @@ std::string Platform::FindStateCacheFolder() {
4
return ".";
5
}
6
7
-#elif defined(__linux__)
8
+#elif defined(__linux__) || defined(__FreeBSD__)
9
std::string Platform::FindResourceFolder() {
10
static std::string found_path;
11
static bool found = false;
12
13