diff options
author | sahil <sahil@FreeBSD.org> | 2010-05-28 08:49:18 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-05-28 08:49:18 +0800 |
commit | 89f45dc76ad91889d2171c381052f00813c861ee (patch) | |
tree | 13a80ca9f8e8c92a328a667f6272ae9d98b2fbbd /editors | |
parent | be7e7d3a0cafed3700bb0264c63e7dfc5114fa0e (diff) | |
download | freebsd-ports-gnome-89f45dc76ad91889d2171c381052f00813c861ee.tar.gz freebsd-ports-gnome-89f45dc76ad91889d2171c381052f00813c861ee.tar.zst freebsd-ports-gnome-89f45dc76ad91889d2171c381052f00813c861ee.zip |
- Fix build by not looking for STREAMS headers
Reported by: QAT
Approved by: wxs@ (mentor)
Diffstat (limited to 'editors')
-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..c5d8a577e5b9 --- /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__) + # include <sys/resource.h> /* for struct rlimit */ + # include <sys/stropts.h> /* for I_PUSH */ + #endif |