mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
This reverts commit b634e8f3fc
.
The 24.08.0 is unusable on FreeBSD, needs more work.
Reported by: fernape (email)
11 lines
522 B
C++
11 lines
522 B
C++
--- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC
|
|
+++ src/wxMaxima.cpp
|
|
@@ -3393,8 +3393,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr
|
|
wxLogMessage(_("Maxima's HTML manuals are in directory %s"),
|
|
dir_canonical.utf8_str());
|
|
GetWorksheet()->SetMaximaDocDir(dir_canonical);
|
|
- GetWorksheet()->LoadHelpFileAnchors(dir_canonical,
|
|
- GetWorksheet()->GetMaximaVersion());
|
|
}
|
|
void wxMaxima::GnuplotCommandName(wxString gnuplot) {
|
|
m_gnuplotcommand = gnuplot;
|