summaryrefslogtreecommitdiff
path: root/math/wxmaxima/files/patch-src_Dirstructure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/wxmaxima/files/patch-src_Dirstructure.cpp')
-rw-r--r--math/wxmaxima/files/patch-src_Dirstructure.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/wxmaxima/files/patch-src_Dirstructure.cpp b/math/wxmaxima/files/patch-src_Dirstructure.cpp
deleted file mode 100644
index 42ab59c742be..000000000000
--- a/math/wxmaxima/files/patch-src_Dirstructure.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;
- }