aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs/files
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-11-04 00:46:00 +0000
committerWen Heping <wen@FreeBSD.org>2010-11-04 00:46:00 +0000
commit973abc4e919adad3f01758110615f7f6c748a060 (patch)
treeb0a984ec040a54af635a9b34018abc57f82a1de2 /editors/texmacs/files
parent1965f3501e22ad32734332cbadb55243cd9e2560 (diff)
downloadports-973abc4e919adad3f01758110615f7f6c748a060.tar.gz
ports-973abc4e919adad3f01758110615f7f6c748a060.zip
Notes
Diffstat (limited to 'editors/texmacs/files')
-rw-r--r--editors/texmacs/files/patch-plugins__shell__src__tm_shell.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/texmacs/files/patch-plugins__shell__src__tm_shell.cpp b/editors/texmacs/files/patch-plugins__shell__src__tm_shell.cpp
new file mode 100644
index 000000000000..2985bbdc4808
--- /dev/null
+++ b/editors/texmacs/files/patch-plugins__shell__src__tm_shell.cpp
@@ -0,0 +1,20 @@
+--- plugins/shell/src/tm_shell.cpp.orig 2010-09-27 04:36:19.000000000 -0700
++++ plugins/shell/src/tm_shell.cpp 2010-09-27 04:38:09.000000000 -0700
+@@ -19,14 +19,10 @@
+ #include <unistd.h>
+ #include <sys/time.h>
+ #include <sys/wait.h>
++#include <sys/types.h>
++#include <sys/ioctl.h>
+ #include <termios.h>
+-
+-#if HAVE_PTY_H
+-#include <pty.h>
+-#endif
+-#if HAVE_UTIL_H
+-#include <util.h>
+-#endif
++#include <libutil.h>
+
+ using namespace std;
+