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-ab24
1 files changed, 12 insertions, 12 deletions
diff --git a/multimedia/mmg/patches/patch-ab b/multimedia/mmg/patches/patch-ab
index 71951945d69..56cfdbc50e1 100644
--- a/multimedia/mmg/patches/patch-ab
+++ b/multimedia/mmg/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2005/03/23 16:58:39 salo Exp $
+$NetBSD: patch-ab,v 1.3 2005/12/11 18:06:23 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))
+--- Makefile.in.orig 2005-09-08 19:32:08.000000000 +0200
++++ Makefile.in 2005-12-11 18:47:21.000000000 +0100
+@@ -25,7 +25,7 @@
+ man1dir = $(mandir)/man1
+ includedir = @includedir@
+ oldincludedir = /usr/include
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(datadir)/mmg
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@
+ top_builddir = .