head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.28 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.26 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.24 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.22 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.20 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.18 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.16 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.14 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.12 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.10 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.8 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.6 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.4 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.2 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.3.0.2 pkgsrc-2006Q4-base:1.3; locks; strict; comment @# @; 1.4 date 2007.03.18.12.52.05; author adam; state dead; branches; next 1.3; 1.3 date 2006.12.26.11.05.56; author wiz; state Exp; branches; next 1.2; 1.2 date 2006.11.11.20.12.24; author adam; state Exp; branches; next 1.1; 1.1 date 2006.11.11.10.27.21; author adam; state Exp; branches; next ; desc @@ 1.4 log @Changes 2.12.7: * Build: Hopefully fix the build on NetBSD-4.99.6/amd64. Changes 2.12.6: * Options: Don't overwrite default arguments. This change was lost in March 2006, but now it is back. @ text @$NetBSD: patch-aa,v 1.3 2006/12/26 11:05:56 wiz Exp $ --- glib/glibmm/date.cc.orig 2006-09-21 19:47:43.000000000 +0000 +++ glib/glibmm/date.cc @@@@ -78,13 +78,14 @@@@ void Date::set_time(GTime time) //This method, and the C function that it wraps, are deprecated. g_date_set_time(&gobject_, time); } -#endif // GLIBMM_DISABLE_DEPRECATED +#else void Date::set_time(time_t timet) { g_date_set_time_t(&gobject_, timet); } +#endif // GLIBMM_DISABLE_DEPRECATED void Date::set_time_current() { @ 1.3 log @Fix build on NetBSD-4.99.7/amd64. Fed upstream in http://bugzilla.gnome.org/show_bug.cgi?id=386990 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @This patch-aa is a better one @ text @d3 8 a10 4 --- glib/glibmm/date.h.orig 2006-10-16 11:26:32.000000000 +0200 +++ glib/glibmm/date.h @@@@ -24,7 +24,9 @@@@ */ d13 5 a17 5 +#if !defined(_LP64) #undef G_DISABLE_DEPRECATED //So we can use deprecated functions in our deprecated methods. +#endif #include d19 2 @ 1.1 log @Fix building on 64-bit architectures @ text @d5 1 a5 1 @@@@ -24,7 +24,6 @@@@ d9 3 a11 1 - #undef G_DISABLE_DEPRECATED //So we can use deprecated functions in our deprecated methods. @