aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-baseapps/files/patch-kioslave-fish-fish.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kde4-baseapps/files/patch-kioslave-fish-fish.cpp')
-rw-r--r--x11/kde4-baseapps/files/patch-kioslave-fish-fish.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/kde4-baseapps/files/patch-kioslave-fish-fish.cpp b/x11/kde4-baseapps/files/patch-kioslave-fish-fish.cpp
deleted file mode 100644
index 6373fd0f354..00000000000
--- a/x11/kde4-baseapps/files/patch-kioslave-fish-fish.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- kioslave/fish/fish.cpp.orig
-+++ kioslave/fish/fish.cpp
-@@ -302,5 +302,5 @@
- void fishProtocol::openConnection() {
- static int open_pty_pair(int fd[2])
- {
--#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT)
-+#if defined(HAVE_TERMIOS_H) && defined(HAVE_GRANTPT) && !defined (HAVE_OPENPTY)
- /** with kind regards to The GNU C Library
- Reference Manual for Version 2.2.x of the GNU C Library */