head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.16 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2008.06.19.15.11.45; author taca; state dead; branches; next 1.1; 1.1 date 2008.04.28.14.38.51; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update to ruby-gnome2-pango to 0.17.0rc1 to build with newer gnome packages. @ text @$NetBSD: patch-ac,v 1.1 2008/04/28 14:38:51 obache Exp $ --- pango/src/rbpangoglyphitem.c.orig 2006-12-29 13:17:28.000000000 +0000 +++ pango/src/rbpangoglyphitem.c @@@@ -15,6 +15,7 @@@@ #define _SELF(r) ((PangoGlyphItem*)RVAL2BOXED(r, PANGO_TYPE_GLYPH_ITEM)) /**********************************/ +#ifndef HAVE_PANGO_GLYPH_ITEM_GET_TYPE static PangoGlyphItem* glyph_item_copy(ref) const PangoGlyphItem* ref; @@@@ -26,7 +27,7 @@@@ glyph_item_copy(ref) return new_ref; } -#if ! HAVE_PANGO_GLYPH_ITEM_FREE +# ifndef HAVE_PANGO_GLYPH_ITEM_FREE void pango_glyph_item_free(PangoGlyphItem* glyph_item) { @@@@ -49,6 +50,7 @@@@ pango_glyph_item_get_type(void) (GBoxedFreeFunc)pango_glyph_item_free); return our_type; } +#endif /**********************************/ static VALUE @ 1.1 log @Fix build problem with recent pango, pango_glyph_item_get_type() was defined. Patch taken from upstream SVN repository Revision 2839. @ text @d1 1 a1 1 $NetBSD$ @