Группа :: Работа с текстами
Пакет: ispell
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: ispell-3.1.20-maskbits64_and_british.patch
diff -uNr ispell-3.1/local.h ispell-3.1-maskbits64/local.h
--- ispell-3.1/local.h Wed Dec 9 19:42:14 1998
+++ ispell-3.1-maskbits64/local.h Wed Dec 9 19:45:00 1998
@@ -81,10 +81,12 @@
#define CFLAGS "-O"
#define LDFLAGS "-s"
+#define TERMLIB "-lncurses"
#define MINIMENU /* Display a mini-menu at the bottom of the screen */
/* #define NO8BIT * Remove this if you use ISO character sets */
#define USG /* Define this on System V */
+#define MASKBITS 64
/*
* Important directory paths
@@ -96,7 +98,8 @@
#define MAN1DIR "/usr/man/man1"
#define MAN4DIR "/usr/man/man4"
-#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/dict/words} {deutsch}"
+#define LANGUAGES "{american,MASTERDICTS=american.xlg,HASHFILES=americanxlg.hash,EXTRADICT=} {british,MASTERDICTS=british.xlg,HASHFILES=britishxlg.hash,EXTRADICT=} {american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/dict/words} {british,MASTERDICTS=british.med+,HASHFILES=britishmed+.hash,EXTRADICT=/usr/dict/words} {deutsch}"
+
/*
* Place any locally-required #include statements here