summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-05-09 14:01:43 +0000
committerjoerg <joerg@pkgsrc.org>2013-05-09 14:01:43 +0000
commit60a6e35a1391e52f01d1666d99b5a6d7a44b20de (patch)
tree30acb328597a5c7fef72cf8ed868adfcec9ada3c /print
parent823671dac451f4598f10a1bb4695489776a0bcd0 (diff)
downloadpkgsrc-60a6e35a1391e52f01d1666d99b5a6d7a44b20de.tar.gz
Add missing include.
Diffstat (limited to 'print')
-rw-r--r--print/qpdf/distinfo3
-rw-r--r--print/qpdf/patches/patch-include_qpdf_QPDFExc.hh12
2 files changed, 14 insertions, 1 deletions
diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo
index 84e6c909831..a3680673260 100644
--- a/print/qpdf/distinfo
+++ b/print/qpdf/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2013/03/02 17:58:35 joerg Exp $
+$NetBSD: distinfo,v 1.4 2013/05/09 14:01:43 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-include_qpdf_QPDFExc.hh) = 4a262d7de750c39dfd66cc33314b24b057e206e0
SHA1 (patch-libqpdf_QPDF.cc) = 06837ddacad4a2d9cb8bb28af8c81e557d9a9a6e
SHA1 (patch-make_libtool.mk) = 24953c7f2db264eff7e543fae990732a9338d5d8
diff --git a/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh b/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh
new file mode 100644
index 00000000000..fd3ede87599
--- /dev/null
+++ b/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh
@@ -0,0 +1,12 @@
+$NetBSD: patch-include_qpdf_QPDFExc.hh,v 1.1 2013/05/09 14:01:44 joerg Exp $
+
+--- include/qpdf/QPDFExc.hh.orig 2013-05-09 11:09:27.000000000 +0000
++++ include/qpdf/QPDFExc.hh
+@@ -13,6 +13,7 @@
+
+ #include <qpdf/Constants.h>
+ #include <stdexcept>
++#include <string>
+
+ class QPDFExc: public std::runtime_error
+ {