aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2010-01-31 16:21:53 +0000
committerTong LIU <nemoliu@FreeBSD.org>2010-01-31 16:21:53 +0000
commit7633c5e12066f59ddec33bf00a56f90c3ba45aa9 (patch)
tree55f702609f80e3388a56716f1d0e6cb94b3c72cd /editors/texmacs
parentaebdaaca2dc79835622beea6ccadb51674fec151 (diff)
downloadports-7633c5e12066f59ddec33bf00a56f90c3ba45aa9.tar.gz
ports-7633c5e12066f59ddec33bf00a56f90c3ba45aa9.zip
Notes
Diffstat (limited to 'editors/texmacs')
-rw-r--r--editors/texmacs/files/patch-plugins__r__src__tm_r.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/texmacs/files/patch-plugins__r__src__tm_r.c b/editors/texmacs/files/patch-plugins__r__src__tm_r.c
index 935ff54c8fbc..cf93a38a7d4b 100644
--- a/editors/texmacs/files/patch-plugins__r__src__tm_r.c
+++ b/editors/texmacs/files/patch-plugins__r__src__tm_r.c
@@ -1,6 +1,6 @@
---- plugins/r/src/tm_r.c.orig 2010-01-05 12:02:13.000000000 -0800
-+++ plugins/r/src/tm_r.c 2010-01-05 12:06:43.000000000 -0800
-@@ -11,10 +11,15 @@
+--- plugins/r/src/tm_r.c.orig 2009-11-26 10:55:09.000000000 -0800
++++ plugins/r/src/tm_r.c 2010-01-20 22:48:57.000000000 -0800
+@@ -11,11 +11,15 @@
#include "config.h"
#include <stdio.h>
@@ -12,11 +12,12 @@
#if HAVE_PTY_H
#include <pty.h>
#endif
+-#include <utmp.h>
+#endif
- #include <utmp.h>
#include <unistd.h>
#include <termios.h>
-@@ -23,7 +28,6 @@
+ #include <stdlib.h>
+@@ -23,7 +27,6 @@
#include <string.h>
@@ -24,7 +25,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/time.h>
-@@ -469,7 +473,11 @@
+@@ -469,7 +472,11 @@
#endif
/* Main pselect switch --------------- */