aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pdftohtml/files
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2003-02-27 04:47:37 +0800
committermi <mi@FreeBSD.org>2003-02-27 04:47:37 +0800
commit4495cbdad0b890275963134d072c6eddadfa320b (patch)
tree16ae485f01b32ea1588e55a34a9afaba71c2068e /textproc/pdftohtml/files
parent498c3ddfe59fd6abb12936531fda436350714a30 (diff)
downloadfreebsd-ports-gnome-4495cbdad0b890275963134d072c6eddadfa320b.tar.gz
freebsd-ports-gnome-4495cbdad0b890275963134d072c6eddadfa320b.tar.zst
freebsd-ports-gnome-4495cbdad0b890275963134d072c6eddadfa320b.zip
The default values of functions' arguments have to be specified at
declaration, not at definition. The new -current's compiler treats this as an error. PR: ports/48716 Submitted by: Erwin Lansing (the maintainer) Approved by: maintainer
Diffstat (limited to 'textproc/pdftohtml/files')
-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;