summaryrefslogtreecommitdiff
path: root/devel/geany-plugin-debugger/files/patch-debugger__src__debug.c
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-10-06 18:20:59 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-10-06 18:20:59 +0000
commit4bc8c29c2acf8465d737d4783b4a14ed81f408c0 (patch)
treebb9cd056f32028e9b8981c76a677f75c753b3e93 /devel/geany-plugin-debugger/files/patch-debugger__src__debug.c
parent- Update to 1.22 (diff)
- Update to 0.21 [1]
- Update to 1.22 and split into geany-plugin-* ports - Convert to new options framework - Take maintainership PR: ports/165494 [1], ports/171856 Submitted by: Marco Trentini <marco at datasked.com> [1] Approved by: maintainer timeouts (2 weeks for ports/171856)
Diffstat (limited to '')
-rw-r--r--devel/geany-plugin-debugger/files/patch-debugger__src__debug.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/geany-plugin-debugger/files/patch-debugger__src__debug.c b/devel/geany-plugin-debugger/files/patch-debugger__src__debug.c
new file mode 100644
index 000000000000..6e59af55afa7
--- /dev/null
+++ b/devel/geany-plugin-debugger/files/patch-debugger__src__debug.c
@@ -0,0 +1,10 @@
+--- ./debugger/src/debug.c.orig 2012-06-16 14:42:46.000000000 +0000
++++ ./debugger/src/debug.c 2012-09-21 14:55:31.192392925 +0000
+@@ -37,7 +37,6 @@
+
+ #include <string.h>
+ #include <unistd.h>
+-#include <pty.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <vte/vte.h>