ports/editors/jed/files/patch-ab
Edwin Groothuis 17c5fd26f0 Maintainer update: editors/jed to 0.99.16
PR:		ports/48487
Submitted by:	Benedikt Schmidt <s_bschmi@ira.uka.de>
2003-02-23 06:37:23 +00:00

13 lines
253 B
Text

--- 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