diff options
author | kim <kim@pkgsrc.org> | 1999-09-27 18:21:58 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-09-27 18:21:58 +0000 |
commit | 908039356782e6f4a764dad1e6eb5f2a205ade07 (patch) | |
tree | 54278bfa96ee42f531f64b92c02170f43578be64 | |
parent | faf6a062d5c284ba6ba8eb3f5431fa8a9b6dba15 (diff) | |
download | pkgsrc-908039356782e6f4a764dad1e6eb5f2a205ade07.tar.gz |
Enable 8-bit character support.
-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 |