pkgsrc/audio/bmpx/patches/patch-src_ui-part-podcasts_hh
2012-05-06 19:35:57 +00:00

15 lines
389 B
Text

$NetBSD: patch-src_ui-part-podcasts_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
Fix build with latest glib2.
--- src/ui-part-podcasts.hh~ 2008-03-05 21:31:06.000000000 +0000
+++ src/ui-part-podcasts.hh
@@ -34,7 +34,7 @@
#include <ctime>
#include <map>
-#include <glib/gtypes.h>
+#include <glib.h>
#include <glibmm/ustring.h>
#include <gdkmm/pixbuf.h>
#include <gtkmm/liststore.h>