head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q1:1.1.0.12 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.10 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.8 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.6 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.4 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.2 pkgsrc-2008Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2010.05.31.17.34.33; author drochner; state dead; branches; next 1.1; 1.1 date 2008.12.15.11.17.47; author rillig; state Exp; branches; next ; desc @@ 1.2 log @update to 2.20.1 this switches to the gnome-2.30 branch @ text @$NetBSD: patch-gb,v 1.1 2008/12/15 11:17:47 rillig Exp $ Prevent an int-to-pointer-cast warning from gcc. --- modules/other/gail/gailbutton.c.orig 2008-10-17 06:06:24.000000000 +0200 +++ modules/other/gail/gailbutton.c 2008-12-15 11:34:12.000000000 +0100 @@@@ -475,7 +475,7 @@@@ gail_button_do_action (AtkAction *action { button->action_queue = g_queue_new (); } - g_queue_push_head (button->action_queue, (gpointer) i); + g_queue_push_head (button->action_queue, (gpointer) (gssize) i); if (!button->action_idle_handler) button->action_idle_handler = gdk_threads_add_idle (idle_do_action, button); break; @ 1.1 log @Added two patches so that this package passes gcc with the option -Werror=int-to-pointer-cast. @ text @d1 1 a1 1 $NetBSD$ @