Skip to content
Snippets Groups Projects
Unverified Commit 62bf703a authored by Lorenzo Salvadore's avatar Lorenzo Salvadore
Browse files

math/wxmaxima: Make WxMaxima find its own documentation

Fix the resources directory, so that WxMaxima actually finds its own
documentation (if installed).
parent 2bedf96b
No related branches found
No related tags found
No related merge requests found
PORTNAME= wxmaxima
PORTVERSION= 23.02.0
DISTVERSIONPREFIX= Version-
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= salvadore@FreeBSD.org
......
--- 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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment