summaryrefslogtreecommitdiff
path: root/print/qpdf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-29 09:29:18 +0000
committerwiz <wiz@pkgsrc.org>2015-01-29 09:29:18 +0000
commit940cdfc76af725a664689cf65afc04b5628de67a (patch)
tree1339bf0fd3400818e267cb58c71892b1c5c41a52 /print/qpdf
parente4570b1f50fa670291513289bf28d7c261700516 (diff)
downloadpkgsrc-940cdfc76af725a664689cf65afc04b5628de67a.tar.gz
Remove patch not in distinfo.
Diffstat (limited to 'print/qpdf')
-rw-r--r--print/qpdf/patches/patch-include_qpdf_QPDFExc.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh b/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh
deleted file mode 100644
index 733241eae79..00000000000
--- a/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-$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
- {