summaryrefslogtreecommitdiff
path: root/textproc/hunspell/files/patch-hunspell.cxx
blob: 5473c35eae820f5cd6981c5f218c7ebe30f1b337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- hunspell.cxx.orig	Wed Dec 17 18:50:49 2003
+++ hunspell.cxx	Thu May 20 15:54:49 2004
@@ -49,8 +49,8 @@
 #include "manparser.hxx"
 #include "firstparser.hxx"
 
-#define LIBDIR "/usr/share/myspell/"
-#define LIBDIR2 "/usr/share/hunmorph/"
+#define LIBDIR "%%PREFIX%%/share/myspell/"
+#define LIBDIR2 "%%PREFIX%%/share/hunmorph/"
 #define HOME getenv("HOME")
 #define DICBASENAME ".hunspell_"
 #define LOGFILE "/tmp/hunspell.log"