diff options
author | mycroft <mycroft> | 2002-02-18 23:49:07 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-02-18 23:49:07 +0000 |
commit | a9ba3a0c49b021a05444e7924bdd8cfad9cdc957 (patch) | |
tree | c3417a30a211fec8da397fc09a7be3efa5034723 /graphics | |
parent | 2d861b695de32f30f5f5845830a4bb48bdfb77e3 (diff) | |
download | pkgsrc-a9ba3a0c49b021a05444e7924bdd8cfad9cdc957.tar.gz |
Um, make this patch actually apply.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/distinfo | 4 | ||||
-rw-r--r-- | graphics/sane-backends/patches/patch-ae | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-backends/distinfo b/graphics/sane-backends/distinfo index b092d44c2a1..6acb19ca668 100644 --- a/graphics/sane-backends/distinfo +++ b/graphics/sane-backends/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2002/02/16 15:10:57 mjl Exp $ +$NetBSD: distinfo,v 1.8 2002/02/18 23:49:07 mycroft Exp $ SHA1 (sane-backends-1.0.7.tar.gz) = 5e527b62d067b50965155d9e0836c207139307e5 Size (sane-backends-1.0.7.tar.gz) = 1867577 bytes SHA1 (patch-aa) = c17cbd11a05dcf62d0c2183859eeeac259a0026a -SHA1 (patch-ae) = b7a98c7bccc36aa4db2f5788859298830a4e4f56 +SHA1 (patch-ae) = ea66a072d1b0d22eacaab77b2aee8fe06a461706 diff --git a/graphics/sane-backends/patches/patch-ae b/graphics/sane-backends/patches/patch-ae index 7855ff6558b..ceeb2505270 100644 --- a/graphics/sane-backends/patches/patch-ae +++ b/graphics/sane-backends/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1 2002/02/16 15:10:57 mjl Exp $ +$NetBSD: patch-ae,v 1.2 2002/02/18 23:49:08 mycroft Exp $ --- frontend/scanimage.c.orig Sat Feb 16 12:54:39 2002 +++ frontend/scanimage.c Sat Feb 16 13:06:23 2002 @@ -16,7 +16,7 @@ $NetBSD: patch-ae,v 1.1 2002/02/16 15:10:57 mjl Exp $ } start = percent; } -- vprintf(fmt, (va_list) arglist); +- vprintf(fmt, arglist); - va_end(arglist); + damn_i386_centric_vprintf(fmt, arglist); + free(arglist); |