summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/files/patch-src::ptytty.C
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-17 22:17:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-17 22:17:56 +0000
commit6c3685400f1aff13e58b1131094b7c9c4730cd81 (patch)
tree5debe1b1be0329106440d7a3d7460a1574165aae /x11/rxvt-unicode/files/patch-src::ptytty.C
parentUpdate to 2.2.3. (diff)
Add rxvt-unicode, a clone of the well known terminal emulator rxvt,
modified to store text in Unicode. PR: ports/70463 Submitted by: myself Repocopied by: marcus
Diffstat (limited to 'x11/rxvt-unicode/files/patch-src::ptytty.C')
-rw-r--r--x11/rxvt-unicode/files/patch-src::ptytty.C14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/files/patch-src::ptytty.C b/x11/rxvt-unicode/files/patch-src::ptytty.C
new file mode 100644
index 000000000000..20d723c4434d
--- /dev/null
+++ b/x11/rxvt-unicode/files/patch-src::ptytty.C
@@ -0,0 +1,14 @@
+--- src/ptytty.C.orig Sat Jul 31 17:05:04 2004
++++ src/ptytty.C Tue Aug 10 18:16:01 2004
+@@ -33,6 +33,11 @@
+ #endif
+ #endif
+
++#if defined( __FreeBSD__)
++#include <sys/types.h>
++# include <libutil.h>
++#endif
++
+ #include <cstdio>
+ #ifdef HAVE_STDLIB_H
+ # include <cstdlib>