summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-18 16:42:36 +0000
committerxtraeme <xtraeme>2004-03-18 16:42:36 +0000
commite7dc61376bc1ee3f663d9aaad0c1a6b747732370 (patch)
tree05def24a945e0722508a1d1fb379e34feb0aadf7 /editors
parent858a3a685977a9868196c824126c13af5d3f3726 (diff)
downloadpkgsrc-e7dc61376bc1ee3f663d9aaad0c1a6b747732370.tar.gz
PR pkg/24355: Michal Pasternak, make this build under FreeBSD.
Diffstat (limited to 'editors')
-rw-r--r--editors/jed/distinfo3
-rw-r--r--editors/jed/patches/patch-aa15
2 files changed, 17 insertions, 1 deletions
diff --git a/editors/jed/distinfo b/editors/jed/distinfo
index 6c48f4c437e..6a9f19d049a 100644
--- a/editors/jed/distinfo
+++ b/editors/jed/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2003/04/05 20:29:41 wiz Exp $
+$NetBSD: distinfo,v 1.8 2004/03/18 16:42:36 xtraeme Exp $
SHA1 (jed-0.99-16.tar.bz2) = 34649571fb5caa61314553c10db2e15ebf248d82
Size (jed-0.99-16.tar.bz2) = 667623 bytes
+SHA1 (patch-aa) = da971ebf501a733fece8f968a0168461cbebb4c3
SHA1 (patch-ab) = 38c8708fbfff84afa67aeb8691bdbd021156ab82
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"