pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/antiword Make antiword compile on FreeBSD. F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5fce5be1080
branches:  trunk
changeset: 485183:c5fce5be1080
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Dec 05 00:01:38 2004 +0000

description:
Make antiword compile on FreeBSD.  From pancake at phreaker dot net,
PR#28501.

diffstat:

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

diffs (30 lines):

diff -r facfcecff23b -r c5fce5be1080 textproc/antiword/distinfo
--- a/textproc/antiword/distinfo        Sat Dec 04 23:38:25 2004 +0000
+++ b/textproc/antiword/distinfo        Sun Dec 05 00:01:38 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2004/11/23 18:20:03 wiz Exp $
+$NetBSD: distinfo,v 1.11 2004/12/05 00:01:38 cube Exp $
 
 SHA1 (antiword-0.36.tar.gz) = c63c967f38c85b530e816ee4b264894e74fae5bb
 Size (antiword-0.36.tar.gz) = 292666 bytes
 SHA1 (patch-aa) = b012848f3cab517d52aede692740604aefd09d7c
-SHA1 (patch-ab) = e4c25992cc6406b27e12986733064661dd072001
+SHA1 (patch-ab) = 4969098b0fe41a9d4cc47f4446171bd7a6400ad2
diff -r facfcecff23b -r c5fce5be1080 textproc/antiword/patches/patch-ab
--- a/textproc/antiword/patches/patch-ab        Sat Dec 04 23:38:25 2004 +0000
+++ b/textproc/antiword/patches/patch-ab        Sun Dec 05 00:01:38 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.6 2004/11/23 18:20:03 wiz Exp $
+$NetBSD: patch-ab,v 1.7 2004/12/05 00:01:39 cube Exp $
 
 --- main_u.c.orig      2004-10-14 18:49:18.000000000 +0200
 +++ main_u.c
@@ -7,7 +7,7 @@
  #include <io.h>
  #endif /* __dos */
 -#if defined(__STDC_ISO_10646__)
-+#if defined(__STDC_ISO_10646__) || defined(__NetBSD__)
++#if defined(__STDC_ISO_10646__) || defined(__NetBSD__) || defined(__FreeBSD__)
  #include <locale.h>
  #endif /* __STDC_ISO_10646__ */
  #if defined(N_PLAT_NLM)



Home | Main Index | Thread Index | Old Index