diff options
author | Ed Schouten <ed@FreeBSD.org> | 2008-06-27 13:09:35 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2008-06-27 13:09:35 +0000 |
commit | 00c795fb595620ba5cbb3c5143ea79b57cb00542 (patch) | |
tree | 5348a9088bd4059fbb53de42fb6a8285921de3fc /x11/kdelibs3 | |
parent | 82dabcefbe8a70a1a7e471105f9f55b9b6446bc1 (diff) | |
download | ports-00c795fb595620ba5cbb3c5143ea79b57cb00542.tar.gz ports-00c795fb595620ba5cbb3c5143ea79b57cb00542.zip |
Notes
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/files/patch-kdecore-kpty.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdelibs3/files/patch-kdecore-kpty.cpp b/x11/kdelibs3/files/patch-kdecore-kpty.cpp index 1ac88614386d..ec773d0c07c1 100644 --- a/x11/kdelibs3/files/patch-kdecore-kpty.cpp +++ b/x11/kdelibs3/files/patch-kdecore-kpty.cpp @@ -1,12 +1,13 @@ --- kdecore/kpty.cpp +++ kdecore/kpty.cpp -@@ -127,9 +127,15 @@ +@@ -127,10 +127,15 @@ #include <kdebug.h> #include <kstandarddirs.h> // locate -// not defined on HP-UX for example --#undef CTRL --#define CTRL(x) ((x) & 037) +-#ifndef CTRL +-# define CTRL(x) ((x) & 037) +-#endif +#ifndef CINTR +#define CINTR 0x03 +#endif |