diff options
Diffstat (limited to 'editors/jed/files/patch-ab')
-rw-r--r-- | editors/jed/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/jed/files/patch-ab b/editors/jed/files/patch-ab new file mode 100644 index 000000000000..455cc45ead23 --- /dev/null +++ b/editors/jed/files/patch-ab @@ -0,0 +1,13 @@ +--- src/jprocess.c.orig Thu Feb 20 20:19:47 2003 ++++ src/jprocess.c Thu Feb 20 20:24:36 2003 +@@ -58,7 +58,9 @@ + + #ifdef REALLY_HAVE_TERMIOS_H + # ifndef __os2__ +-# define USE_PTY ++# ifndef __FreeBSD__ ++# define USE_PTY ++# endif + # endif + #endif + |