summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-18 05:00:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-18 05:00:02 +0800
commit67371ec8a0227717259de843927452dcae9882ce (patch)
treec2f833cf669307b62e0ed9c83b2a628495bc1515 /x11-toolkits/vte/files
parent7fd53fb672581bd777f3a69b39443344514f4bc0 (diff)
downloadmarcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.tar
marcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.tar.gz
marcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.tar.bz2
marcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.tar.lz
marcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.tar.xz
marcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.tar.zst
marcuscom-ports-67371ec8a0227717259de843927452dcae9882ce.zip
These patches are no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11300 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files')
-rw-r--r--x11-toolkits/vte/files/patch-src_keymap.c10
-rw-r--r--x11-toolkits/vte/files/patch-src_pty.c10
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/vte/files/patch-src_keymap.c b/x11-toolkits/vte/files/patch-src_keymap.c
deleted file mode 100644
index e1fb0d212..000000000
--- a/x11-toolkits/vte/files/patch-src_keymap.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/keymap.c.orig Tue Oct 22 17:42:20 2002
-+++ src/keymap.c Tue Oct 22 17:42:33 2002
-@@ -18,6 +18,7 @@
-
- #ident "$Id: patch-src_keymap.c,v 1.17 2008-08-06 02:25:09 marcus Exp $"
- #include "../config.h"
-+#include <sys/types.h>
- #include <stdlib.h>
- #include <string.h>
- #include <glib.h>
diff --git a/x11-toolkits/vte/files/patch-src_pty.c b/x11-toolkits/vte/files/patch-src_pty.c
deleted file mode 100644
index da0f42b81..000000000
--- a/x11-toolkits/vte/files/patch-src_pty.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/pty.c.orig Tue Feb 13 16:24:15 2007
-+++ src/pty.c Tue Feb 13 16:29:15 2007
-@@ -271,6 +271,7 @@ _vte_pty_run_on_pty (struct vte_pty_chil
- GPid *pid, GError **error)
- {
- gboolean ret = TRUE;
-+ extern char **environ;
- GError *local_error = NULL;
-
- if (command != NULL) {