From 3a0e8c9f670791ad867bce42b026cae988cc4e9a Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Thu, 13 Feb 2003 23:36:02 +0000 Subject: starting work on actual port; this commit removes files from a previous version --- devel/gnu-autoconf/files/patch-bin-autoscan.in | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 devel/gnu-autoconf/files/patch-bin-autoscan.in (limited to 'devel/gnu-autoconf/files/patch-bin-autoscan.in') diff --git a/devel/gnu-autoconf/files/patch-bin-autoscan.in b/devel/gnu-autoconf/files/patch-bin-autoscan.in deleted file mode 100644 index 68836ffb60bc..000000000000 --- a/devel/gnu-autoconf/files/patch-bin-autoscan.in +++ /dev/null @@ -1,15 +0,0 @@ ---- bin/autoscan.in.orig Fri Mar 8 06:52:41 2002 -+++ bin/autoscan.in Mon Sep 16 03:56:50 2002 -@@ -192,7 +192,11 @@ - sub used ($$;$) - { - my ($kind, $word, $where) = @_; -- $where ||= "$File::Find::name:$."; -+ my $lineno = 0; -+ if (defined($.)) { -+ $lineno = $.; -+ } -+ $where ||= "$File::Find::name:$lineno"; - push (@{$used{$kind}{$word}}, $where); - } - -- cgit v1.2.3