diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-12 15:46:01 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-11-12 15:52:43 +0100 |
commit | 20275dbddea6d075c74eab578eb0058ec5bdf34c (patch) | |
tree | 6f71cb0d2d6a1314824c280d71c979a02b2f6731 /packages/vala/files | |
parent | 2ec759475472d68418dc70b8ef82132a70c34e02 (diff) |
vala 0.5.1: add patch working around a vte bug
remove older ones
Diffstat (limited to 'packages/vala/files')
-rw-r--r-- | packages/vala/files/HACK-work-around-vte-bug.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/vala/files/HACK-work-around-vte-bug.patch b/packages/vala/files/HACK-work-around-vte-bug.patch new file mode 100644 index 0000000000..cdccadf9c3 --- /dev/null +++ b/packages/vala/files/HACK-work-around-vte-bug.patch @@ -0,0 +1,15 @@ +:M: + +Index: vala-0.5.1/vapi/vte.vapi +=================================================================== +--- vala-0.5.1.orig/vapi/vte.vapi ++++ vala-0.5.1/vapi/vte.vapi +@@ -37,7 +37,7 @@ namespace Vte { + public void feed_child (string text, long length); + public void feed_child_binary (string data, long length); + [NoArrayLength] +- public int fork_command (string? command, string[]? argv, string[]? envv, string? directory, bool lastlog, bool utmp, bool wtmp); ++ public int fork_command (string command, string[] argv, string[]? envv, string? directory, bool lastlog, bool utmp, bool wtmp); + public int forkpty (string[] envv, string directory, bool lastlog, bool utmp, bool wtmp); + public weak Gtk.Adjustment get_adjustment (); + public bool get_allow_bold (); |