summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-18 18:08:05 +0000
committernia <nia@pkgsrc.org>2021-06-18 18:08:05 +0000
commit389cc96fe77a79b68a8c618f683d2544d63d492d (patch)
tree964dac0fd2ff779ed0ee993c1ec465ef07720a70 /www
parent74aa9f17d92442cc6afefa062f77611888e717cd (diff)
downloadpkgsrc-389cc96fe77a79b68a8c618f683d2544d63d492d.tar.gz
firefox: Explicitly use autoconf-2.13
Candidate fix for PR pkg/56261
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 01e4d9951bb..6129616886f 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.481 2021/06/15 13:54:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.482 2021/06/18 18:08:05 nia Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 88.0
@@ -129,8 +129,8 @@ MOZILLA_NAME= Browser
#.endfor
pre-configure:
- cd ${WRKSRC} && autoconf
- cd ${WRKSRC}/js/src && autoconf
+ cd ${WRKSRC} && autoconf-2.13
+ cd ${WRKSRC}/js/src && autoconf-2.13
cd ${WRKSRC} && mkdir ${OBJDIR}
cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars
# Do not fetch Rust Cargo file via network during build