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-ab,v 1.1 2008/04/28 14:38:51 obache Exp $ --- pango/src/rbpango.h.orig 2006-12-29 13:17:28.000000000 +0000 +++ pango/src/rbpango.h @@@@ -56,7 +56,9 @@@@ RUBY_PANGO_VAR VALUE mPango; #define PANGO_TYPE_ATTR_ITERATOR (pango_attr_iter_get_type()) #define PANGO_TYPE_COVERAGE (pango_coverage_get_type()) #define PANGO_TYPE_GLYPH_INFO (pango_glyph_info_get_type()) +#ifndef PANGO_TYPE_GLYPH_ITEM #define PANGO_TYPE_GLYPH_ITEM (pango_glyph_item_get_type()) +#endif #if PANGO_CHECK_VERSION(1,4,0) #define PANGO_TYPE_SCRIPT_ITER (pango_script_iter_get_type()) @@@@ -79,7 +81,9 @@@@ extern GType pango_rectangle_get_type(); extern GType pango_attr_iter_get_type(); extern GType pango_coverage_get_type(); extern GType pango_glyph_info_get_type(); +#ifndef HAVE_PANGO_GLYPH_ITEM_GET_TYPE extern GType pango_glyph_item_get_type(); +#endif #if PANGO_CHECK_VERSION(1,4,0) extern GType pango_script_iter_get_type(); @ 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$ @