freebsd-ports/multimedia/helixplayer/files/patch-player_app_gtk_preferences_interface.c
Thierry Thomas 3b866d3c34 The Helix Player is the Helix Community's open source media player for
consumers. It is being developed to have a rich and usable graphical
interface and support a variety of open media formats like Ogg Vorbis,
Theora etc.

Adopted by:	Shaun Amott <shaun (at) inerd.com>
2006-05-17 19:41:08 +00:00

13 lines
329 B
C

--- player/app/gtk/preferences_interface.c.orig Mon May 17 23:18:17 2004
+++ player/app/gtk/preferences_interface.c Fri May 21 23:18:33 2004
@@ -12,6 +12,10 @@
#include <string.h>
#include <stdio.h>
+#ifdef GTK_DISABLE_DEPRECATED
+# undef GTK_DISABLE_DEPRECATED
+#endif
+
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>