Subject: CVS commit: pkgsrc/graphics/sane-backends
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 02/16/2002 17:10:58
Module Name:	pkgsrc
Committed By:	mjl
Date:		Sat Feb 16 15:10:57 UTC 2002

Modified Files:
	pkgsrc/graphics/sane-backends: distinfo
Added Files:
	pkgsrc/graphics/sane-backends/patches: patch-ae

Log Message:
Add a workaround for the horrifying construct

	char **argvec = malloc(); vprintf(fmt, argvec); va_end(argvec);

  which of cource won't work on anything that does not pass its
arguments on the stack (like PPC). This patch adds a handcrafted
vprintf() lookalike damn_i386_centric_printf() that does TRT.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/sane-backends/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/graphics/sane-backends/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.