aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-06-27 13:09:35 +0000
committerEd Schouten <ed@FreeBSD.org>2008-06-27 13:09:35 +0000
commit00c795fb595620ba5cbb3c5143ea79b57cb00542 (patch)
tree5348a9088bd4059fbb53de42fb6a8285921de3fc /x11/kdelibs4
parent82dabcefbe8a70a1a7e471105f9f55b9b6446bc1 (diff)
downloadports-00c795fb595620ba5cbb3c5143ea79b57cb00542.tar.gz
ports-00c795fb595620ba5cbb3c5143ea79b57cb00542.zip
It looks like I pulled the diff against the non-clean source.
Approved by: philip (mentor, implicit)
Notes
Notes: svn path=/head/; revision=215835
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/files/patch-kdecore-kpty.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdelibs4/files/patch-kdecore-kpty.cpp b/x11/kdelibs4/files/patch-kdecore-kpty.cpp
index 1ac88614386d..ec773d0c07c1 100644
--- a/x11/kdelibs4/files/patch-kdecore-kpty.cpp
+++ b/x11/kdelibs4/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