summaryrefslogtreecommitdiff
path: root/print/qpdf
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-03-02 17:58:35 +0000
committerjoerg <joerg@pkgsrc.org>2013-03-02 17:58:35 +0000
commitfb63d5c14d896dc14fb3b22dfa9a9c7db2960e1e (patch)
tree25f8ec38b69cf51a31ee90b7c346a1d237ad2c6d /print/qpdf
parent2d42a73bcaefcd9d4fc05c6c7d349c4895c20cce (diff)
downloadpkgsrc-fb63d5c14d896dc14fb3b22dfa9a9c7db2960e1e.tar.gz
Don't add default arguments at implementation time.
Diffstat (limited to 'print/qpdf')
-rw-r--r--print/qpdf/distinfo3
-rw-r--r--print/qpdf/patches/patch-libqpdf_QPDF.cc13
2 files changed, 15 insertions, 1 deletions
diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo
index 353fcae1387..84e6c909831 100644
--- a/print/qpdf/distinfo
+++ b/print/qpdf/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2013/02/12 12:35:35 drochner Exp $
+$NetBSD: distinfo,v 1.3 2013/03/02 17:58:35 joerg Exp $
SHA1 (qpdf-4.0.1.tar.gz) = 029ad13e1089396df34aeee3c5e386789715112a
RMD160 (qpdf-4.0.1.tar.gz) = e687b293ef45ee3e60600c2ae8c660f013a10c91
Size (qpdf-4.0.1.tar.gz) = 5031080 bytes
+SHA1 (patch-libqpdf_QPDF.cc) = 06837ddacad4a2d9cb8bb28af8c81e557d9a9a6e
SHA1 (patch-make_libtool.mk) = 24953c7f2db264eff7e543fae990732a9338d5d8
diff --git a/print/qpdf/patches/patch-libqpdf_QPDF.cc b/print/qpdf/patches/patch-libqpdf_QPDF.cc
new file mode 100644
index 00000000000..97614f4ed9a
--- /dev/null
+++ b/print/qpdf/patches/patch-libqpdf_QPDF.cc
@@ -0,0 +1,13 @@
+$NetBSD: patch-libqpdf_QPDF.cc,v 1.1 2013/03/02 17:58:35 joerg Exp $
+
+--- libqpdf/QPDF.cc.orig 2013-03-01 23:02:42.000000000 +0000
++++ libqpdf/QPDF.cc
+@@ -40,7 +40,7 @@ static char const* EMPTY_PDF =
+ "%%EOF\n";
+
+
+-QPDF::ObjGen::ObjGen(int o = 0, int g = 0) :
++QPDF::ObjGen::ObjGen(int o, int g) :
+ obj(o),
+ gen(g)
+ {