ports/math/wxmaxima/files/patch-src_wxMaxima.cpp
Zsolt Udvari df59cd51d7 math/wxmaxima: revert to 23.12.0
This reverts commit b634e8f3fc.

The 24.08.0 is unusable on FreeBSD, needs more work.

Reported by:	fernape (email)
2024-08-28 21:55:07 +02:00

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;