summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'editors/TeXmacs/patches/patch-al')
-rw-r--r--editors/TeXmacs/patches/patch-al14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/TeXmacs/patches/patch-al b/editors/TeXmacs/patches/patch-al
new file mode 100644
index 00000000000..9e053b35142
--- /dev/null
+++ b/editors/TeXmacs/patches/patch-al
@@ -0,0 +1,14 @@
+$NetBSD: patch-al,v 1.1 2008/07/13 14:30:21 obache Exp $
+
+--- plugins/shell/src/tm_shell.cpp.orig 2008-03-20 02:16:36.000000000 +0900
++++ plugins/shell/src/tm_shell.cpp
+@@ -25,6 +25,9 @@
+ #if HAVE_PTY_H
+ #include <pty.h>
+ #endif
++#if defined(__DragonFly__) || defined(__FreeBSD__)
++#include <libutil.h>
++#endif
+ #if HAVE_UTIL_H
+ #include <util.h>
+ #endif