summaryrefslogtreecommitdiff
path: root/net-im/abaddon/files/patch-src_platform.cpp
blob: 8b320103f0d3f114fbdf515867c68a72af04c372 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/platform.cpp.orig	2025-07-11 20:03:35 UTC
+++ src/platform.cpp
@@ -93,7 +93,7 @@ std::string Platform::FindStateCacheFolder() {
     return ".";
 }
 
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__FreeBSD__)
 std::string Platform::FindResourceFolder() {
     static std::string found_path;
     static bool found = false;