summaryrefslogtreecommitdiffstats
path: root/devel/glibmm/files/patch-glib_glibmm_date.h
blob: 0d249931c1d5f98a31f827635ad46f358c5dc0a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- glib/glibmm/date.h.orig Mon Feb  6 00:51:03 2006
+++ glib/glibmm/date.h  Mon Feb  6 00:52:08 2006
@@ -120,6 +120,7 @@ enum DMY
   void set_parse (const Glib::ustring& str);
 
   #ifndef GLIBMM_DISABLE_DEPRECATED
+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__)
 
   /** Sets the value of a date from a GTime (time_t) value. 
    *
@@ -128,6 +129,7 @@ enum DMY
    * @deprecated Please use set_time(time_t) or set_time(const GTimeVal&).
    */
   void set_time(GTime time);
+#endif
   #endif // GLIBMM_DISABLE_DEPRECATED