summaryrefslogtreecommitdiff
path: root/multimedia/mmg/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mmg/patches/patch-ab')
-rw-r--r--multimedia/mmg/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/mmg/patches/patch-ab b/multimedia/mmg/patches/patch-ab
deleted file mode 100644
index 71951945d69..00000000000
--- a/multimedia/mmg/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2005/03/23 16:58:39 salo Exp $
-
---- src/mmg/mmg.cpp.orig 2005-03-02 22:34:35.000000000 +0100
-+++ src/mmg/mmg.cpp 2005-03-23 17:27:01.000000000 +0100
-@@ -1153,7 +1153,7 @@
- wxConfigBase *cfg;
- bool first;
-
-- help_path = wxGetCwd();
-+ help_path = "@HELPDIR@";
- cfg = wxConfigBase::Get();
- cfg->SetPath(wxT("/GUI"));
- if (!cfg->Read(wxT("help_path"), &help_path))