head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.0.12 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.10 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.8 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2 pkgsrc-2010Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2012.04.30.13.53.48; author drochner; state dead; branches; next 1.1; 1.1 date 2010.11.10.20.51.46; author tez; state Exp; branches; next ; desc @@ 1.2 log @update to 2.32.1 This is the new major tree, needed for a number of Gnome pkgs. The optional "kqueue" patch isn't ready yet, so the "kqueue" option does not work atm. @ text @$NetBSD: patch-ch,v 1.1 2010/11/10 20:51:46 tez Exp $ Fix build on Solaris 10 --- glib/tests/strfuncs.c.orig 2010-11-10 12:28:34.624022400 -0600 +++ glib/tests/strfuncs.c 2010-11-10 12:29:38.527197100 -0600 @@@@ -19,7 +19,11 @@@@ * if advised of the possibility of such damage. */ +#ifdef __sun +#define _XOPEN_SOURCE 600 +#else #define _XOPEN_SOURCE +#endif #include #include #include @ 1.1 log @Fix build on solaris 10 again... #define _XOPEN_SOURCE 600 in glib/tests/strfuncs.c and include the required header to define the major() & minor() macros in gio/gdbusmessage.c upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=633390 @ text @d1 1 a1 1 $NetBSD$ @