aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kdelibs3
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2008-06-27 21:09:35 +0800
committered <ed@FreeBSD.org>2008-06-27 21:09:35 +0800
commitb9b1c56bade926a938acea58899489cc60f56d8d (patch)
tree9b17c0d257de6c0ec8feec8f89e5c2b85c98acd0 /x11/kdelibs3
parent45af88b3713d0ea47f20746c5ce55ca296909a78 (diff)
downloadfreebsd-ports-gnome-b9b1c56bade926a938acea58899489cc60f56d8d.tar.gz
freebsd-ports-gnome-b9b1c56bade926a938acea58899489cc60f56d8d.tar.zst
freebsd-ports-gnome-b9b1c56bade926a938acea58899489cc60f56d8d.zip
It looks like I pulled the diff against the non-clean source.
Approved by: philip (mentor, implicit)
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r--x11/kdelibs3/files/patch-kdecore-kpty.cpp7
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