pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/antiword Include locale.h to use LC_CTYPE on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d95f08b8492b
branches:  trunk
changeset: 490365:d95f08b8492b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 07 18:29:03 2005 +0000

description:
Include locale.h to use LC_CTYPE on Darwin.  Fixes PR pkg/29205.

diffstat:

 textproc/antiword/distinfo         |  4 ++--
 textproc/antiword/patches/patch-ab |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r aef7738d6109 -r d95f08b8492b textproc/antiword/distinfo
--- a/textproc/antiword/distinfo        Mon Mar 07 17:50:32 2005 +0000
+++ b/textproc/antiword/distinfo        Mon Mar 07 18:29:03 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2005/02/24 14:48:39 agc Exp $
+$NetBSD: distinfo,v 1.14 2005/03/07 18:29:03 minskim Exp $
 
 SHA1 (antiword-0.36.1.tar.gz) = 36478acb583200e44e0a688eb859894d984e5854
 RMD160 (antiword-0.36.1.tar.gz) = f2ac45b3aa3d3f6450f91e5b3e53f2de5c714313
 Size (antiword-0.36.1.tar.gz) = 292753 bytes
 SHA1 (patch-aa) = b012848f3cab517d52aede692740604aefd09d7c
-SHA1 (patch-ab) = 4969098b0fe41a9d4cc47f4446171bd7a6400ad2
+SHA1 (patch-ab) = 698edb2b2b2c38ab908f1c658b181e73845b97e3
diff -r aef7738d6109 -r d95f08b8492b textproc/antiword/patches/patch-ab
--- a/textproc/antiword/patches/patch-ab        Mon Mar 07 17:50:32 2005 +0000
+++ b/textproc/antiword/patches/patch-ab        Mon Mar 07 18:29:03 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.7 2004/12/05 00:01:39 cube Exp $
+$NetBSD: patch-ab,v 1.8 2005/03/07 18:29:03 minskim Exp $
 
---- main_u.c.orig      2004-10-14 18:49:18.000000000 +0200
+--- main_u.c.orig      Thu Oct 14 11:49:18 2004
 +++ main_u.c
 @@ -29,7 +29,7 @@
  #include <fcntl.h>
  #include <io.h>
  #endif /* __dos */
 -#if defined(__STDC_ISO_10646__)
-+#if defined(__STDC_ISO_10646__) || defined(__NetBSD__) || defined(__FreeBSD__)
++#if defined(__STDC_ISO_10646__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__APPLE__)
  #include <locale.h>
  #endif /* __STDC_ISO_10646__ */
  #if defined(N_PLAT_NLM)



Home | Main Index | Thread Index | Old Index