diff options
author | joerg <joerg@pkgsrc.org> | 2013-10-27 21:52:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-10-27 21:52:53 +0000 |
commit | 97d0669adddb66c88fe0721efed4668a3051fa44 (patch) | |
tree | 3865a1eeb4eea3628ddc90027483ce6c548a04f7 /print/qpdf | |
parent | fb6de3f9f74762828abe90edd9564e3b8c5f4463 (diff) | |
download | pkgsrc-97d0669adddb66c88fe0721efed4668a3051fa44.tar.gz |
Missing include.
Diffstat (limited to 'print/qpdf')
-rw-r--r-- | print/qpdf/distinfo | 3 | ||||
-rw-r--r-- | print/qpdf/patches/patch-include_qpdf_QPDFExc.hh | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo index c476157a1da..7a929657c8b 100644 --- a/print/qpdf/distinfo +++ b/print/qpdf/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2013/10/23 09:07:27 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/10/27 21:52:53 joerg Exp $ SHA1 (qpdf-5.0.1.tar.gz) = 41a4bd91bfbc2d3585ea229b53bfd1183186b1b3 RMD160 (qpdf-5.0.1.tar.gz) = 4a33fdadd9ebf48eb1b1b1292864ed72ba755c07 Size (qpdf-5.0.1.tar.gz) = 7569985 bytes +SHA1 (patch-include_qpdf_QPDFExc.hh) = 5c884be89dbeb28f9c209d036a84b3b54dbd17da SHA1 (patch-make_libtool.mk) = 8622d6a446da284269102dde38bf14271363dfdc 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..733241eae79 --- /dev/null +++ b/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh @@ -0,0 +1,12 @@ +$NetBSD: patch-include_qpdf_QPDFExc.hh,v 1.3 2013/10/27 21:52:53 joerg Exp $ + +--- include/qpdf/QPDFExc.hh.orig 2013-10-27 21:38:44.000000000 +0000 ++++ include/qpdf/QPDFExc.hh +@@ -13,6 +13,7 @@ + + #include <qpdf/Constants.h> + #include <stdexcept> ++#include <string> + + class QPDFExc: public std::runtime_error + { |