pkgsrc-ng/multimedia/gxine/patches/patch-src_console_output_h
2013-09-26 17:14:40 +02:00

16 lines
365 B
Plaintext

$NetBSD: patch-src_console_output_h,v 1.1 2012/05/06 23:13:49 dholland Exp $
Fix build with latest glib2.
--- src/console_output.h~ 2009-12-19 16:18:41.000000000 +0000
+++ src/console_output.h
@@ -21,7 +21,7 @@
#ifndef GXINE_CONSOLE_OUTPUT_H
#define GXINE_CONSOLE_OUTPUT_H
-#include <glib/gmessages.h>
+#include <glib.h>
void console_output_init (void);