From cd65f1f3e2196f80889990ecf338120b35c1b563 Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 10 May 2004 02:35:28 +0000 Subject: Make this compile on gcc 2.95 by removing an unneccessary C99 construct. --- www/screws/distinfo | 3 ++- www/screws/patches/patch-aa | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 www/screws/patches/patch-aa (limited to 'www') diff --git a/www/screws/distinfo b/www/screws/distinfo index 11a4221ad24..f327ccf3068 100644 --- a/www/screws/distinfo +++ b/www/screws/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/04/23 16:09:20 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2004/05/10 02:35:28 kristerw Exp $ SHA1 (screws-0.52.tar.gz) = 795e1657d2eee7f97a96eb2de1f3f9ca9b231bd7 Size (screws-0.52.tar.gz) = 199856 bytes +SHA1 (patch-aa) = a139255926eb718f74c55b0ccae771378699a3ae diff --git a/www/screws/patches/patch-aa b/www/screws/patches/patch-aa new file mode 100644 index 00000000000..3858fc96a4c --- /dev/null +++ b/www/screws/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 2004/05/10 02:35:28 kristerw Exp $ + +--- src/Hsml/SubLang.c.orig Mon May 10 04:27:45 2004 ++++ src/Hsml/SubLang.c Mon May 10 04:28:14 2004 +@@ -89,8 +89,8 @@ + + void showBinPath() + { +- getPathFromEnv(); + int i=0; ++ getPathFromEnv(); + printf("=[ PATH ]=\n"); + while(sublang[i].file) + { -- cgit v1.2.3