diff options
author | salo <salo> | 2005-08-11 00:03:18 +0000 |
---|---|---|
committer | salo <salo> | 2005-08-11 00:03:18 +0000 |
commit | 0d8e0d90abcb20400be7cae042a8a6da48f7ed62 (patch) | |
tree | 9abc3701fb68b36a840383f04243ac2f5d20662d /print | |
parent | 086a10aaa08be00278d22ef73dace9efe35097f9 (diff) | |
download | pkgsrc-0d8e0d90abcb20400be7cae042a8a6da48f7ed62.tar.gz |
Remove erroneous (literally) include.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/distinfo | 4 | ||||
-rw-r--r-- | print/cups/patches/patch-aw | 10 |
2 files changed, 3 insertions, 11 deletions
diff --git a/print/cups/distinfo b/print/cups/distinfo index b6ca0cbb20c..6ed31d76f90 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.32 2005/08/10 23:37:08 salo Exp $ +$NetBSD: distinfo,v 1.33 2005/08/11 00:03:18 salo Exp $ SHA1 (cups-1.1.23-source.tar.bz2) = 32d5bfb44c4edc1b54ccb014b5a44499295c6c5c RMD160 (cups-1.1.23-source.tar.bz2) = 255ec4c22422b14f2367d69f3ec7e590dc46bea5 @@ -11,4 +11,4 @@ SHA1 (patch-ao) = c4c8f833cf4a09a686a338df6c209cebec36c6ef SHA1 (patch-at) = aa36ec591164675b889d2cf32e4d754e9b6db94f SHA1 (patch-au) = ab43911c1b27b250a257c67d1d34066237e4da98 SHA1 (patch-av) = 33437f71e0b6443b172246f1962f9d2eebbd8f11 -SHA1 (patch-aw) = fbfe7c89952b5aadd48ee84b7d0502fa4e280870 +SHA1 (patch-aw) = f9a83423eac1a631b67e10911e0ef9e111da9b84 diff --git a/print/cups/patches/patch-aw b/print/cups/patches/patch-aw index 920a41852eb..40cd90ecce0 100644 --- a/print/cups/patches/patch-aw +++ b/print/cups/patches/patch-aw @@ -1,17 +1,9 @@ -$NetBSD: patch-aw,v 1.3 2005/08/10 23:37:08 salo Exp $ +$NetBSD: patch-aw,v 1.4 2005/08/11 00:03:18 salo Exp $ Fix for CAN-2005-2097, from RedHat. --- pdftops/FontFile.cxx.orig 2004-02-02 23:41:09.000000000 +0100 +++ pdftops/FontFile.cxx 2005-08-10 22:30:54.000000000 +0200 -@@ -18,6 +18,7 @@ - #include <stdarg.h> - #include <string.h> - #include <ctype.h> -+#include <error.h> - #include "gmem.h" - #include "GHash.h" - #include "Error.h" @@ -3572,6 +3573,9 @@ } else { origLocaTable[i].pos = 2 * getUShort(pos + 2*i); |