Files
pkgsrc-ng/time/planner/patches/patch-src_eel-canvas-rect_c
2013-09-26 17:14:40 +02:00

16 lines
407 B
Plaintext

$NetBSD: patch-src_eel-canvas-rect_c,v 1.1 2012/05/07 01:34:55 dholland Exp $
Fix build with latest glib2.
--- src/eel-canvas-rect.c~ 2008-07-22 13:41:47.000000000 +0000
+++ src/eel-canvas-rect.c
@@ -28,7 +28,7 @@
#include <math.h>
#include <string.h>
-#include <glib/gstring.h>
+#include <glib.h>
#include <libgnomecanvas/gnome-canvas-util.h>
/* FIXME: check for this in configure and use it. */