diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 22:17:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 22:17:07 +0000 |
commit | 0aeac1fbd8fd924217825bf8055464fa2ec891be (patch) | |
tree | 45182849b7603fa130291d3b243e6407ae44d3b2 | |
parent | f9f73a6f69f517c968fe6c997dda81f9e3f1bf16 (diff) | |
download | pkgsrc-0aeac1fbd8fd924217825bf8055464fa2ec891be.tar.gz |
Add missing includes.
-rw-r--r-- | print/gutenprint-lib/distinfo | 4 | ||||
-rw-r--r-- | print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c | 12 | ||||
-rw-r--r-- | print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/print/gutenprint-lib/distinfo b/print/gutenprint-lib/distinfo index a451891ecb5..2a7ad1b902b 100644 --- a/print/gutenprint-lib/distinfo +++ b/print/gutenprint-lib/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.10 2011/05/05 23:39:24 gdt Exp $ +$NetBSD: distinfo,v 1.11 2011/11/25 22:17:07 joerg Exp $ SHA1 (gutenprint-5.2.7.tar.bz2) = e49c259607dc6372d4f6316a26fb146715c437c8 RMD160 (gutenprint-5.2.7.tar.bz2) = 63c6dbc136ac7095c06accf48979a379a923b7de Size (gutenprint-5.2.7.tar.bz2) = 5498414 bytes SHA1 (patch-aa) = 42ed47e6f577b6bf562d05f9685f8ff77dc45f88 +SHA1 (patch-src_cups_commandtocanon.c) = 3c71c0dff780dabbf50d818478f51df0fe069a5a +SHA1 (patch-src_cups_commandtoepson.c) = fa07ef366537ae2f39b3327e0a9bab309c44e52d diff --git a/print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c b/print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c new file mode 100644 index 00000000000..2cce02f739a --- /dev/null +++ b/print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_cups_commandtocanon.c,v 1.1 2011/11/25 22:17:08 joerg Exp $ + +--- src/cups/commandtocanon.c.orig 2011-11-25 18:21:02.000000000 +0000 ++++ src/cups/commandtocanon.c +@@ -13,6 +13,7 @@ + + #include <cups/cups.h> + #include <ctype.h> ++#include <stdio.h> + #include <stdlib.h> + + diff --git a/print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c b/print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c new file mode 100644 index 00000000000..3d89fdd1ff1 --- /dev/null +++ b/print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c @@ -0,0 +1,12 @@ +$NetBSD: patch-src_cups_commandtoepson.c,v 1.1 2011/11/25 22:17:08 joerg Exp $ + +--- src/cups/commandtoepson.c.orig 2011-11-25 18:20:47.000000000 +0000 ++++ src/cups/commandtoepson.c +@@ -30,6 +30,7 @@ + + #include <cups/cups.h> + #include <ctype.h> ++#include <stdio.h> + #include <stdlib.h> + #include <string.h> + |