Subject: Re: pkg/29205
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: John D. Baker <jdbaker@mylinuxisp.com>
List: pkgsrc-bugs
Date: 02/02/2005 23:46:02
The following reply was made to PR pkg/29205; it has been noted by GNATS.

From: "John D. Baker" <jdbaker@mylinuxisp.com>
To: gnats-bugs@netbsd.org
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>