summaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-12-16 19:35:16 +0000
committerasau <asau@pkgsrc.org>2013-12-16 19:35:16 +0000
commitd8330c98aeb1cef2db8bc52a789b9df640534435 (patch)
tree51c4b9decb08e821e292eb8fed782bfe13b31ad0 /textproc/catdoc
parent84c9b73088e9af4e05e80ea4648ead73cdeec00b (diff)
downloadpkgsrc-d8330c98aeb1cef2db8bc52a789b9df640534435.tar.gz
Pull stdint.h to fix build on FreeBSD 9.
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/distinfo3
-rw-r--r--textproc/catdoc/patches/patch-src_xlsparse.c12
2 files changed, 14 insertions, 1 deletions
diff --git a/textproc/catdoc/distinfo b/textproc/catdoc/distinfo
index aa8586bfd54..8f2f75f5946 100644
--- a/textproc/catdoc/distinfo
+++ b/textproc/catdoc/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2013/06/16 09:08:52 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2013/12/16 19:35:16 asau Exp $
SHA1 (catdoc_0.94.4.orig.tar.gz) = 26c9addb221543288c013ecadf4f6fb0c9eca13e
RMD160 (catdoc_0.94.4.orig.tar.gz) = 719c1030fa9506c2402a6e2dcd1335ae7594e1a9
@@ -7,3 +7,4 @@ SHA1 (patch-Makefile.in) = 68860b5f8f48471bfddc66803ac027d56d8ae78a
SHA1 (patch-ac) = 054c786d0b047302b89f5f8e2847481a115a40f8
SHA1 (patch-desktop_Makefile.in) = da1d4903d0b236af684f97f72b8d6f16b7c925a3
SHA1 (patch-doc_Makefile.in) = dfe11be92aa209e2d282719678eeb63928088747
+SHA1 (patch-src_xlsparse.c) = 34a735b6d5db833d06c4d6a994d7ea9d1c18ef70
diff --git a/textproc/catdoc/patches/patch-src_xlsparse.c b/textproc/catdoc/patches/patch-src_xlsparse.c
new file mode 100644
index 00000000000..5b085f67994
--- /dev/null
+++ b/textproc/catdoc/patches/patch-src_xlsparse.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_xlsparse.c,v 1.1 2013/12/16 19:35:16 asau Exp $
+
+--- src/xlsparse.c.orig 2012-12-03 18:03:52.000000000 +0000
++++ src/xlsparse.c 2013-12-16 19:31:35.196505723 +0000
+@@ -8,6 +8,7 @@
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif
++#include <stdint.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include "xls.h"