ports/math/wxmaxima/files/patch-src_Dirstructure.cpp
Lorenzo Salvadore 62bf703a41
math/wxmaxima: Make WxMaxima find its own documentation
Fix the resources directory, so that WxMaxima actually finds its own
documentation (if installed).
2023-02-24 10:55:40 +01:00

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;
}