mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
- 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)
10 lines
284 B
C
10 lines
284 B
C
--- ./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>
|