diff options
Diffstat (limited to 'editors/cooledit/files/patch-rxvt___rxvtlib.h')
-rw-r--r-- | editors/cooledit/files/patch-rxvt___rxvtlib.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/cooledit/files/patch-rxvt___rxvtlib.h b/editors/cooledit/files/patch-rxvt___rxvtlib.h new file mode 100644 index 000000000000..a3965c22ed91 --- /dev/null +++ b/editors/cooledit/files/patch-rxvt___rxvtlib.h @@ -0,0 +1,11 @@ +--- rxvt/_rxvtlib.h.orig 2010-05-26 21:25:41.000000000 -0400 ++++ rxvt/_rxvtlib.h 2010-05-26 21:39:11.000000000 -0400 +@@ -128,7 +128,7 @@ + #ifdef TTY_GID_SUPPORT + # include <grp.h> + #endif +-#ifdef PTYS_ARE_PTMX ++#if defined(PTYS_ARE_PTMX) && !defined(__FreeBSD__) && !defined(__DragonFly__) + # include <sys/resource.h> /* for struct rlimit */ + # include <sys/stropts.h> /* for I_PUSH */ + #endif |