summaryrefslogtreecommitdiff
path: root/textproc/ipdf/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-16 05:53:50 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-16 05:53:50 +0000
commita4a1a3253b056679e956111db215fd766eb12216 (patch)
tree82c3a158e6f65259783f06e68592fe005dbfd7b7 /textproc/ipdf/files
parentUpdate to 0.4.5. (diff)
add ipdf
Creates indexed pdf documents from text files
Notes
Notes: svn path=/head/; revision=50113
Diffstat (limited to 'textproc/ipdf/files')
-rw-r--r--textproc/ipdf/files/patch-document.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/ipdf/files/patch-document.h b/textproc/ipdf/files/patch-document.h
new file mode 100644
index 000000000000..1d232466551c
--- /dev/null
+++ b/textproc/ipdf/files/patch-document.h
@@ -0,0 +1,10 @@
+--- document.h.orig Fri Nov 16 13:49:25 2001
++++ document.h Fri Nov 16 13:49:33 2001
+@@ -4,6 +4,7 @@
+ #include <error.h>
+ #endif
+
++#include <sys/types.h>
+ #include <regex.h>
+
+ #define __DOCUMENT_H__