pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox78
Module Name: pkgsrc
Committed By: nia
Date: Fri Jun 18 18:22:41 UTC 2021
Modified Files:
pkgsrc/www/firefox78: Makefile
Log Message:
firefox78: explicitly use autoconf-2.13
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/firefox78/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox78/Makefile
diff -u pkgsrc/www/firefox78/Makefile:1.30 pkgsrc/www/firefox78/Makefile:1.31
--- pkgsrc/www/firefox78/Makefile:1.30 Tue Jun 1 21:07:21 2021
+++ pkgsrc/www/firefox78/Makefile Fri Jun 18 18:22:41 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/06/01 21:07:21 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/06/18 18:22:41 nia Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 78.11
@@ -99,8 +99,8 @@ SUBST_SED.cksum+= -e 's,${from},${to},g'
.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
Home |
Main Index |
Thread Index |
Old Index