On Monday 06 September 2010 13:59:29 Nicholas Marriott wrote: > forwarding to ports as well which might be quicker
I am not sure why I didn't see this. I might have deleted it by accident while going through my inbox quickly. Ok. > > ----- Forwarded message from Nicholas Marriott > <[email protected]> ----- > > From: Nicholas Marriott <[email protected]> > To: [email protected] > Date: Mon, 6 Sep 2010 18:41:07 +0100 > Subject: pidgin + ncursesw > User-Agent: Mutt/1.5.20 (2009-06-14) > > Hi > > Fixes build with ncursesw, comments/ok? > > > Index: patches/patch-finch_libgnt_gntwm_c > =================================================================== > RCS file: patches/patch-finch_libgnt_gntwm_c > diff -N patches/patch-finch_libgnt_gntwm_c > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-finch_libgnt_gntwm_c 30 Aug 2010 08:42:48 -0000 > @@ -0,0 +1,17 @@ > +$OpenBSD$ > +--- finch/libgnt/gntwm.c.orig Tue Aug 10 08:35:44 2010 > ++++ finch/libgnt/gntwm.c Mon Aug 30 09:42:25 2010 > +@@ -24,11 +24,10 @@ > + > + #ifdef USE_PYTHON > + #include <Python.h> > +-#else > ++#endif > + #define _GNU_SOURCE > +-#if (defined(__APPLE__) || defined(__unix__)) && !defined(__FreeBSD__) && > !defined(__OpenBSD__) ++#if (defined(__APPLE__) || defined(__unix__)) && > !defined(__FreeBSD__) + #define _XOPEN_SOURCE_EXTENDED > +-#endif > + #endif > + > + #include <glib.h> > > ----- End forwarded message ----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
