aboutsummaryrefslogtreecommitdiff
path: root/textproc/pdftohtml
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2003-02-26 20:47:37 +0000
committerMikhail Teterin <mi@FreeBSD.org>2003-02-26 20:47:37 +0000
commitd5476df2051f80e9844c994748c618b412650f8b (patch)
tree9e455ac2e0a820c3972e8de973f4fb0bf723c6ed /textproc/pdftohtml
parent87447de67389452b87680dfb329179a8fc2788c3 (diff)
downloadports-d5476df2051f80e9844c994748c618b412650f8b.tar.gz
ports-d5476df2051f80e9844c994748c618b412650f8b.zip
Notes
Diffstat (limited to 'textproc/pdftohtml')
-rw-r--r--textproc/pdftohtml/files/patch-HtmlOutputDev9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/pdftohtml/files/patch-HtmlOutputDev b/textproc/pdftohtml/files/patch-HtmlOutputDev
new file mode 100644
index 000000000000..65954fe80c8f
--- /dev/null
+++ b/textproc/pdftohtml/files/patch-HtmlOutputDev
@@ -0,0 +1,9 @@
+--- src/HtmlOutputDev.cc Sun Jan 12 19:09:52 2003
++++ src/HtmlOutputDev.cc Wed Feb 26 13:47:52 2003
+@@ -789,5 +789,5 @@
+ HtmlOutputDev::HtmlOutputDev(char *fileName, char *title,
+ char *author, char *keywords, char *subject, char *date,
+- GBool rawOrder, int firstPage = 1)
++ GBool rawOrder, int firstPage /* default value is 1 */)
+ {
+ char *htmlEncoding;