View | Details | Raw Unified | Return to bug 244464 | Differences between
and this patch

Collapse All | Expand All

(-)math/wxmaxima/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	wxmaxima
4
PORTNAME=	wxmaxima
5
PORTVERSION=	20.02.4
5
PORTVERSION=	20.02.4
6
PORTREVISION=	1
6
DISTVERSIONPREFIX=	Version-
7
DISTVERSIONPREFIX=	Version-
7
CATEGORIES=	math
8
CATEGORIES=	math
8
9
(-)math/wxmaxima/files/patch-src_Dirstructure.cpp (+11 lines)
Line 0 Link Here
1
--- src/Dirstructure.cpp.orig	2020-03-11 14:16:47 UTC
2
+++ src/Dirstructure.cpp
3
@@ -75,7 +75,7 @@ Dirstructure::Dirstructure()
4
 wxString Dirstructure::ResourcesDir() const
5
 {
6
   // Our ressources dir is somewhere near to the dir the binary can be found.
7
-  wxFileName exe(wxStandardPaths::Get().GetExecutablePath());
8
+  wxFileName exe(wxGetCwd());
9
   
10
   // We only need the drive and the directory part of the path to the binary
11
   exe.ClearExt();

Return to bug 244464