pkgsrc-Bugs archive

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

Re: pkg/29205



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

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/29205
Date: Wed, 2 Feb 2005 17:18:25 -0600 (CST)

 A possibly suitable patch for conditional compilation is as follows:
 
 --- work/antiword-0.36.1/main_u.c.orig2 Wed Feb  2 17:11:30 2005
 +++ work/antiword-0.36.1/main_u.c       Wed Feb  2 17:13:14 2005
 @@ -31,3 +31,4 @@
  #endif /* __dos */
 -#if defined(__STDC_ISO_10646__) || defined(__NetBSD__) || defined(__FreeBSD__)
 +#if defined(__STDC_ISO_10646__) || defined(__NetBSD__) \
 + || defined(__FreeBSD__) || (defined(__MACH__) && defined(__APPLE__))
  #include <locale.h>
 



Home | Main Index | Thread Index | Old Index