diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-04-22 19:03:12 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-04-22 19:03:12 +0000 |
| commit | 1ca97d556277a492782597192563ad51ac7b0d1b (patch) | |
| tree | 1b559bf6e332014c95bd3c4d27bc4b78492acdfb /devel/glibmm/files/patch-glib_glibmm_date.cc | |
| parent | Update to 1.8 (diff) | |
Downgrade to 2.12.8. The 2.13.x version is a development version. The update
of gtkmm to 2.10.9 doesn't build with glibmm 2.13.x. Bump the PORTEPOCH.
GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=430782
Discussed with: marcus
Diffstat (limited to 'devel/glibmm/files/patch-glib_glibmm_date.cc')
| -rw-r--r-- | devel/glibmm/files/patch-glib_glibmm_date.cc | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/devel/glibmm/files/patch-glib_glibmm_date.cc b/devel/glibmm/files/patch-glib_glibmm_date.cc index bac31b4c991e..66c85602135e 100644 --- a/devel/glibmm/files/patch-glib_glibmm_date.cc +++ b/devel/glibmm/files/patch-glib_glibmm_date.cc @@ -1,16 +1,19 @@ ---- glib/glibmm/date.cc.orig Mon Feb 6 00:50:58 2006 -+++ glib/glibmm/date.cc Mon Feb 6 00:51:32 2006 -@@ -72,12 +72,14 @@ void Date::set_parse(const Glib::ustring - } +--- glib/glibmm/date.cc.orig Sun Apr 22 12:28:36 2007 ++++ glib/glibmm/date.cc Sun Apr 22 12:28:48 2007 +@@ -73,7 +73,7 @@ + #ifndef GLIBMM_DISABLE_DEPRECATED +- +#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - void Date::set_time(GTime time) - { - //This method, and the C function that it wraps, are deprecated. + //Avoid a build problem in the case that time_t is equivalent to guint32 (GTime is also guint32) + //That would make the set_time() method overload impossible. +@@ -84,7 +84,7 @@ g_date_set_time(&gobject_, time); } + #endif //GLIBMM_HAVE_C_STD_TIME_T_IS_NOT_INT32 +- +#endif #endif // GLIBMM_DISABLE_DEPRECATED |
