diff options
author | kim <kim> | 1999-09-27 18:21:58 +0000 |
---|---|---|
committer | kim <kim> | 1999-09-27 18:21:58 +0000 |
commit | 65abb93cfab07e09388312167ec21a2da0886f94 (patch) | |
tree | 54278bfa96ee42f531f64b92c02170f43578be64 /editors | |
parent | 37ad7d87a11c4d4a0adce2cd3542487118c6a4c7 (diff) | |
download | pkgsrc-65abb93cfab07e09388312167ec21a2da0886f94.tar.gz |
Enable 8-bit character support.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jove/files/patch-sum | 3 | ||||
-rw-r--r-- | editors/jove/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/jove/files/patch-sum b/editors/jove/files/patch-sum index 306129c547b..5bee5c3adaf 100644 --- a/editors/jove/files/patch-sum +++ b/editors/jove/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:43 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/09/27 18:21:58 kim Exp $ MD5 (patch-aa) = aaca15e7f84cc28ae47db27a0730f44a +MD5 (patch-ab) = 087818d9a361eded2427de4f7c7ef363 diff --git a/editors/jove/patches/patch-ab b/editors/jove/patches/patch-ab new file mode 100644 index 00000000000..bd1fa8f5e1d --- /dev/null +++ b/editors/jove/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 1999/09/27 18:21:59 kim Exp $ + +--- sysdep.h.orig Mon Mar 18 23:44:33 1996 ++++ sysdep.h Mon Sep 27 14:18:52 1999 +@@ -154,6 +154,7 @@ + # define USE_FSYNC 1 + # define USE_FSTAT 1 + # define USE_FCHMOD 1 ++# define USE_CTYPE 1 + #endif + + #ifdef IRIX |