1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Make jove display 8-bit characters correctly.

PR:		7301
Submitted by:	Arjan de Vet <Arjan.deVet@ady.iae.nl>
This commit is contained in:
Steve Price 1998-07-20 21:45:32 +00:00
parent dda444b24a
commit 99cc5f0435
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12029

View File

@ -0,0 +1,10 @@
--- sysdep.h.orig Mon Jul 20 16:39:19 1998
+++ sysdep.h Mon Jul 20 16:40:08 1998
@@ -154,6 +154,7 @@
# define USE_FSYNC 1
# define USE_FSTAT 1
# define USE_FCHMOD 1
+# define USE_CTYPE 1
#endif
#ifdef IRIX