$OpenBSD: patch-ui_gtk_tcp_graph_c,v 1.2 2014/10/17 23:29:46 sthen Exp $

GTK+2 left over GTK+3 3.4 ignore deprecation from 3.0
--- ui/gtk/tcp_graph.c.orig	Tue Sep 16 17:15:04 2014
+++ ui/gtk/tcp_graph.c	Fri Oct 17 23:17:35 2014
@@ -34,6 +34,7 @@
 #if GTK_CHECK_VERSION(3,0,0)
 # include <gdk/gdkkeysyms-compat.h>
 #endif
+#define GDK_DISABLE_DEPRECATION_WARNINGS
 
 #include <epan/packet.h>
 #include <epan/to_str.h>
