aboutsummaryrefslogtreecommitdiff
path: root/devel/autoconf261/files
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-02-13 23:36:02 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-02-13 23:36:02 +0000
commit3a0e8c9f670791ad867bce42b026cae988cc4e9a (patch)
tree1bb60868cf3cae7cc74247ed1d9fbee996e73e76 /devel/autoconf261/files
parenta6d978d472bc028a16eb379fb39dede735d596e2 (diff)
downloadports-3a0e8c9f670791ad867bce42b026cae988cc4e9a.tar.gz
ports-3a0e8c9f670791ad867bce42b026cae988cc4e9a.zip
Notes
Diffstat (limited to 'devel/autoconf261/files')
-rw-r--r--devel/autoconf261/files/patch-bin-autoscan.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/autoconf261/files/patch-bin-autoscan.in b/devel/autoconf261/files/patch-bin-autoscan.in
deleted file mode 100644
index 68836ffb60bc..000000000000
--- a/devel/autoconf261/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);
- }
-