head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.12 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.10 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.8 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.6 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.4 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.2 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.36 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.34 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.32 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.30 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.28 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.26 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.24 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.22 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.20 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.18 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.16 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.14 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.12 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.10 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.8 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.6 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.4 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6:1.1.0.8 netbsd-1-6-RELEASE-base:1.1 pkgviews:1.1.0.4 pkgviews-base:1.1 buildlink2:1.1.0.2 buildlink2-base:1.1; locks; strict; comment @# @; 1.4 date 2008.12.16.12.18.25; author wiz; state dead; branches; next 1.3; 1.3 date 2008.11.08.11.18.14; author tnn; state Exp; branches; next 1.2; 1.2 date 2002.10.30.03.09.37; author rh; state dead; branches; next 1.1; 1.1 date 2002.04.27.08.49.14; author rh; state Exp; branches; next ; desc @@ 1.4 log @Update to 0.8.12: libIDL 0.8.12: * Fix the build with bison 2.4 @ text @$NetBSD: patch-aa,v 1.3 2008/11/08 11:18:14 tnn Exp $ --- parser.y.orig 2007-01-02 00:41:34.000000000 +0100 +++ parser.y @@@@ -607,7 +607,7 @@@@ struct_type: z_props TOK_STRUCT { $$ = "struct"; } z_new_scope_catch '{' { g_hash_table_insert (__IDL_structunion_ht, $4, $4); - $$ = IDL_type_struct_new ($4, NULL); + $$ = IDL_type_struct_new ($4, NULL); } member_list '}' pop_scope { g_hash_table_remove (__IDL_structunion_ht, $4); @@@@ -624,7 +624,7 @@@@ union_type: z_props TOK_UNION switch_type_spec ')' '{' { g_hash_table_insert (__IDL_structunion_ht, $4, $4); - $$ = IDL_type_union_new ($4, $7, NULL); + $$ = IDL_type_union_new ($4, $7, NULL); } switch_body '}' pop_scope { g_hash_table_remove (__IDL_structunion_ht, $4); @ 1.3 log @patch-aa: GNOME bug #559395: fix build w/ bison-2.4. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2002/04/27 08:49:14 rh Exp $ d3 20 a22 9 --- libIDL-2.0.pc.in.orig Sat Apr 27 18:27:04 2002 +++ libIDL-2.0.pc.in @@@@ -8,5 +8,5 @@@@ Description: IDL parsing library Version: @@LIBIDL_VERSION@@ Requires: glib-2.0 -Libs: -L${libdir} -lIDL-2 +Libs: -Wl,-R${libdir} -L${libdir} -lIDL-2 Cflags: -I${includedir}/libIDL-2.0 @ 1.1 log @Fix pkgconfig configuration file to include runtime library search path. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @