mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
This reverts commit b634e8f3fc
.
The 24.08.0 is unusable on FreeBSD, needs more work.
Reported by: fernape (email)
10 lines
282 B
C++
10 lines
282 B
C++
--- src/Dirstructure.cpp.orig 2023-02-19 14:20:34 UTC
|
|
+++ src/Dirstructure.cpp
|
|
@@ -120,6 +120,7 @@ wxString Dirstructure::ResourcesDir() const {
|
|
exepath = exe.GetPath();
|
|
} else {
|
|
exepath = CMAKE_INSTALL_PREFIX;
|
|
+ exepath.Append("/share");
|
|
}
|
|
return exepath;
|
|
}
|