Fix botched patch, ensuring that automake 1.10 actually uses
autoconf 2.61 like it's supposed to. PR: 107672 Submitted by: Charming Sun <snnn119@gmail.com>
This commit is contained in:
parent
f7687982c2
commit
04e0801127
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183750
3 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= automake
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= automake
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
@@ -650,3 +650,3 @@
|
||||
|
||||
- my $traces = ($ENV{AUTOM4TE} || 'autom4te');
|
||||
+ my $traces = ($ENV{AUTOM4TE} || 'autom4te259');
|
||||
+ my $traces = ($ENV{AUTOM4TE} || 'autom4te261');
|
||||
$traces .= " --language Autoconf-without-aclocal-m4 ";
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
@@ -4440,3 +4440,3 @@
|
||||
|
||||
- my $traces = ($ENV{AUTOCONF} || 'autoconf') . " ";
|
||||
+ my $traces = ($ENV{AUTOCONF} || 'autoconf259') . " ";
|
||||
+ my $traces = ($ENV{AUTOCONF} || 'autoconf261') . " ";
|
||||
|
||||
|
|
Loading…
Reference in a new issue