From cc0041b00796ec4088a385d35941c7605ae98c7b Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 4 Dec 2004 12:03:42 +0000 Subject: Add patch to make this build on -current. --- textproc/qsubst/distinfo | 3 ++- textproc/qsubst/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 textproc/qsubst/patches/patch-ab (limited to 'textproc/qsubst') diff --git a/textproc/qsubst/distinfo b/textproc/qsubst/distinfo index 77e66a0b04d..24c07c7f468 100644 --- a/textproc/qsubst/distinfo +++ b/textproc/qsubst/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/22 06:00:42 simonb Exp $ +$NetBSD: distinfo,v 1.3 2004/12/04 12:03:42 wiz Exp $ SHA1 (qsubst-20010422.tar.gz) = 9602b274ff10266b94a96adc90ded003f8cdeda8 Size (qsubst-20010422.tar.gz) = 5965 bytes SHA1 (patch-aa) = d7ff425da3ddfaca2385e5d849457e74c89acfff +SHA1 (patch-ab) = c8d92c140ad737a9912101dfecf048984c979fb4 diff --git a/textproc/qsubst/patches/patch-ab b/textproc/qsubst/patches/patch-ab new file mode 100644 index 00000000000..49d6f378de8 --- /dev/null +++ b/textproc/qsubst/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/12/04 12:03:42 wiz Exp $ + +--- qsubst.c.orig 2001-04-22 07:35:35.000000000 +0200 ++++ qsubst.c +@@ -181,7 +181,7 @@ static void limit_above_below(void) + } + } + +-static int issymchar(char c) ++static int issymchar(unsigned char c) + { + return( isascii(c) && + ( isalnum(c) || -- cgit v1.2.3