Build fixes for new glib2.
This commit is contained in:
parent
c71a7e2cdc
commit
74bdeb2074
3 changed files with 33 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/01/08 01:09:14 jmcneill Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/05/06 19:57:27 dholland Exp $
|
||||
|
||||
SHA1 (ucview-0.22.tar.gz) = 4ed3471ebb5cb600ede01d8bb7e5a0aad9fd292e
|
||||
RMD160 (ucview-0.22.tar.gz) = d741bd9dfa1df114b75d26b1d5b9790ff9d3057a
|
||||
Size (ucview-0.22.tar.gz) = 527712 bytes
|
||||
SHA1 (patch-aa) = 89d146b187a384125632539fdfa3583ca5202d92
|
||||
SHA1 (patch-src_client-bindings_h) = ea7a5c86424655791f1a9f8a0b72540c657d8bf6
|
||||
SHA1 (patch-src_ucview-client-bindings_h) = f14284a2aa4fadaccbe7b7362893a5164d204369
|
||||
|
|
15
graphics/ucview/patches/patch-src_client-bindings_h
Normal file
15
graphics/ucview/patches/patch-src_client-bindings_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_client-bindings_h,v 1.1 2012/05/06 19:57:27 dholland Exp $
|
||||
|
||||
Fix build with latest glib2.
|
||||
|
||||
--- src/client-bindings.h~ 2008-08-04 05:54:47.000000000 +0000
|
||||
+++ src/client-bindings.h
|
||||
@@ -1,7 +1,6 @@
|
||||
/* Generated by dbus-binding-tool; do not edit! */
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
-#include <glib/gerror.h>
|
||||
+#include <glib.h>
|
||||
#include <dbus/dbus-glib.h>
|
||||
|
||||
G_BEGIN_DECLS
|
15
graphics/ucview/patches/patch-src_ucview-client-bindings_h
Normal file
15
graphics/ucview/patches/patch-src_ucview-client-bindings_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_ucview-client-bindings_h,v 1.1 2012/05/06 19:57:27 dholland Exp $
|
||||
|
||||
Fix build with latest glib2.
|
||||
|
||||
--- src/ucview-client-bindings.h~ 2008-08-04 05:54:47.000000000 +0000
|
||||
+++ src/ucview-client-bindings.h
|
||||
@@ -1,7 +1,6 @@
|
||||
/* Generated by dbus-binding-tool; do not edit! */
|
||||
|
||||
-#include <glib/gtypes.h>
|
||||
-#include <glib/gerror.h>
|
||||
+#include <glib.h>
|
||||
#include <dbus/dbus-glib.h>
|
||||
|
||||
G_BEGIN_DECLS
|
Loading…
Reference in a new issue