pkgsrc-ng/audio/bmpx/patches/patch-src_dialog-simple-progress_hh
2013-09-26 17:14:40 +02:00

16 lines
422 B
Plaintext

$NetBSD: patch-src_dialog-simple-progress_hh,v 1.1 2012/05/06 19:35:57 dholland Exp $
Fix build with latest glib2.
--- src/dialog-simple-progress.hh~ 2008-03-05 21:31:06.000000000 +0000
+++ src/dialog-simple-progress.hh
@@ -29,7 +29,7 @@
# include <config.h>
#endif //HAVE_CONFIG_H
-#include <glib/gtypes.h>
+#include <glib.h>
#include <glibmm/ustring.h>
#include <gtkmm/dialog.h>
#include <gtkmm/progressbar.h>