pkgsrc-Bugs archive

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

Re: pkg/29192



The following reply was made to PR pkg/29192; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/29192
Date: Wed, 2 Feb 2005 01:03:09 -0600 (CST)

 A simpler workaround for patching "xdgmimemagic.c" is as follows:
 
 
 --- work/gtk+-2.6.1/gtk/xdgmime/xdgmimemagic.c.orig     Tue Feb  1 21:29:14 
2005
 +++ work/gtk+-2.6.1/gtk/xdgmime/xdgmimemagic.c  Tue Feb  1 21:31:24 2005
 @@ -49,2 +49,6 @@
 
 +#ifndef HAVE_FLOCKFILE
 +#define getc_unlocked getc
 +#endif
 +
  extern int errno;
 
 
 



Home | Main Index | Thread Index | Old Index