ports/textproc/hunspell/files/patch-src_tools_hunspell.cxx
Martin Wilke e18a601e08 - Update to 1.1.4
PR:		ports/105350
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-11-10 14:11:20 +00:00

14 lines
327 B
C++

$FreeBSD$
--- src/tools/hunspell.cxx.orig
+++ src/tools/hunspell.cxx
@@ -47,7 +47,7 @@
#include "manparser.hxx"
#include "firstparser.hxx"
-#define LIBDIR "/usr/share/myspell/"
+#define LIBDIR "%%PREFIX%%/share/myspell/"
#define HOME getenv("HOME")
#define DICBASENAME ".hunspell_"
#define LOGFILE "/tmp/hunspell.log"