pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: glibmm from just updated pkgsrc-2006Q2 fails to compile on amd64



Easy patch:

$NetBSD$

--- glib/glibmm/date.h.dist     2006-05-10 08:01:21.000000000 +0000
+++ glib/glibmm/date.h  2006-09-07 20:06:19.000000000 +0000
@@ -119,6 +119,7 @@
    */
   void set_parse (const Glib::ustring& str);
 
+  #define GLIBMM_DISABLE_DEPRECATED
   #ifndef GLIBMM_DISABLE_DEPRECATED
 
   /** Sets the value of a date from a GTime (time_t) value. 

It compiles now. I haven't tested the side effects yet of taking out
these two functions.

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert      -- You author it, and I'll reader it.
\X/ rhialto/at/xs4all.nl        -- Cetero censeo "authored" delendum esse.



Home | Main Index | Thread Index | Old Index