Build fix for newest glib2.

This commit is contained in:
dholland 2012-05-06 23:21:20 +00:00
parent e9c683b714
commit 659a02f972
2 changed files with 17 additions and 1 deletions

View file

@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.20 2012/03/20 11:00:31 markd Exp $
$NetBSD: distinfo,v 1.21 2012/05/06 23:21:20 dholland Exp $
SHA1 (kmplayer-0.11.3b.tar.bz2) = 347ee765c682c466858141aa9c53c52a30a2df63
RMD160 (kmplayer-0.11.3b.tar.bz2) = 25fc30b6f6176a86d5a3d8619ec516777dfd096e
Size (kmplayer-0.11.3b.tar.bz2) = 575403 bytes
SHA1 (patch-aa) = 85d6f4f17a2c8afff505298f62b3105979a9e9f1
SHA1 (patch-ab) = 975524f4ef0163d47c452f16ab98016acebead09
SHA1 (patch-src_npplayer_cpp) = 211cbb8539b0d7acd2c6342cb36144b35a6662c2

View file

@ -0,0 +1,15 @@
$NetBSD: patch-src_npplayer_cpp,v 1.1 2012/05/06 23:21:20 dholland Exp $
Fix build with latest glib2.
--- src/npplayer.cpp~ 2012-01-29 11:24:40.000000000 +0000
+++ src/npplayer.cpp
@@ -32,7 +32,7 @@ extern "C" {
#include <fcntl.h>
#include <glib/gprintf.h>
-#include <glib/gthread.h>
+#include <glib.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>