diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
| commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
| tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /devel/gnu-autoconf/files/patch-bin-autoscan.in | |
| parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) | |
Notes
Diffstat (limited to 'devel/gnu-autoconf/files/patch-bin-autoscan.in')
| -rw-r--r-- | devel/gnu-autoconf/files/patch-bin-autoscan.in | 15 |
1 files changed, 0 insertions, 15 deletions
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); - } - |
