diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-18 16:42:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-18 16:42:36 +0000 |
commit | e15c6825ea275ada28160e5bb3b854a954ffbfbd (patch) | |
tree | 05def24a945e0722508a1d1fb379e34feb0aadf7 /editors/jed/patches | |
parent | e5cfd43c293caae7e3a75a98830d884df9a88ba2 (diff) | |
download | pkgsrc-e15c6825ea275ada28160e5bb3b854a954ffbfbd.tar.gz |
PR pkg/24355: Michal Pasternak, make this build under FreeBSD.
Diffstat (limited to 'editors/jed/patches')
-rw-r--r-- | editors/jed/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/jed/patches/patch-aa b/editors/jed/patches/patch-aa new file mode 100644 index 00000000000..7103f163263 --- /dev/null +++ b/editors/jed/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.7 2004/03/18 16:42:36 xtraeme Exp $ + +--- src/jprocess.c.orig 2004-03-18 16:39:02.000000000 +0000 ++++ src/jprocess.c 2004-03-18 16:39:57.000000000 +0000 +@@ -58,8 +58,10 @@ + + #ifdef REALLY_HAVE_TERMIOS_H + # ifndef __os2__ ++# ifndef __FreeBSD__ + # define USE_PTY + # endif ++# endif + #endif + + #include "buffer.h" |