diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-04-24 12:20:34 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-04-24 12:20:34 +0000 |
commit | 711454b0df99ad11a8b01571dc968237b8ea87c7 (patch) | |
tree | fc9d5f8ef42a55abbb28ba7dfbaac6be1b6c0c28 /textproc/ispell/files/patch-local.h.samp | |
parent | Update port to the lastest version. (diff) |
Add files missing from the previous commit.
Notes
Notes:
svn path=/head/; revision=58055
Diffstat (limited to 'textproc/ispell/files/patch-local.h.samp')
-rw-r--r-- | textproc/ispell/files/patch-local.h.samp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/ispell/files/patch-local.h.samp b/textproc/ispell/files/patch-local.h.samp new file mode 100644 index 000000000000..e0f222308db8 --- /dev/null +++ b/textproc/ispell/files/patch-local.h.samp @@ -0,0 +1,10 @@ +--- local.h.samp.orig Sun Apr 21 16:58:43 2002 ++++ local.h.samp Sun Apr 21 16:58:54 2002 +@@ -105,7 +105,6 @@ + */ + + #define MINIMENU /* Display a mini-menu at the bottom of the screen */ +-#define 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 */ |