Fix build with newer libgnomeui.
This commit is contained in:
parent
9b3e96e186
commit
4a7f684a0b
2 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.13 2009/01/08 10:04:29 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.14 2009/07/06 22:42:24 joerg Exp $
|
||||
|
||||
SHA1 (lablgtk-2.12.0.tar.gz) = fe3a6499bf28be21d723e379e2e9a4d7b4798baa
|
||||
RMD160 (lablgtk-2.12.0.tar.gz) = b64f17545e797d5b94e7d23ed02d6ef751485803
|
||||
Size (lablgtk-2.12.0.tar.gz) = 789731 bytes
|
||||
SHA1 (patch-aa) = 613dc2ffbc245b0593df8c500673e19ed1de1554
|
||||
SHA1 (patch-ab) = 6c4709e84ca423e92ee46c7d728750de0ea3e062
|
||||
|
|
12
x11/lablgtk/patches/patch-ab
Normal file
12
x11/lablgtk/patches/patch-ab
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ab,v 1.3 2009/07/06 22:42:24 joerg Exp $
|
||||
|
||||
--- src/ml_panel.c.orig 2010-05-31 16:31:03.000000000 +0200
|
||||
+++ src/ml_panel.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <libgnomeui/gnome-client.h>
|
||||
+#include <libgnomeui/gnome-ui-init.h>
|
||||
#include <panel-applet.h>
|
||||
|
||||
#include <caml/mlvalues.h>
|
Loading…
Reference in a new issue