openbsd-ports/textproc/ispell/patches/patch-local_h_samp
jasper e930168a83 - fix patch names, no binary change
- add missing rcs ids
2011-07-08 09:52:50 +00:00

33 lines
1.2 KiB
Plaintext

$OpenBSD: patch-local_h_samp,v 1.1 2011/07/08 09:52:50 jasper Exp $
--- local.h.samp.orig Wed Jul 25 23:51:47 2001
+++ local.h.samp Fri Jul 8 11:47:35 2011
@@ -105,7 +105,7 @@
*/
#define MINIMENU /* Display a mini-menu at the bottom of the screen */
-#define NO8BIT /* Remove this if you use ISO character sets */
+#undef NO8BIT /* Remove this if you use ISO character sets */
#undef USG /* Define on System V or if term.c won't compile */
#undef NO_FCNTL_H /* Define if you get compile errors on fcntl.h */
#undef NO_MKSTEMP /* Define if you get compile or link errors */
@@ -114,10 +114,18 @@
* Important directory paths
*/
#define BINDIR "/usr/local/bin"
-#define LIBDIR "/usr/local/lib"
+#define LIBDIR "/usr/local/lib/ispell"
#define MAN1DIR "/usr/local/man/man1"
#define MAN4DIR "/usr/local/man/man4"
/*
* Place any locally-required #include statements here
*/
+#define WORDS "/usr/share/dict/words"
+
+#define LANGUAGES "{british,MASTERDICTS=british.xlg,HASHFILES=britishxlg.hash,EXTRADICT=} {american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"
+
+#define MASTERHASH "britishxlg.hash"
+
+#define DEFHASH "default.hash"
+#define DEFLANG "default.aff"