pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox68
Module Name: pkgsrc
Committed By: nia
Date: Fri Jun 18 18:41:27 UTC 2021
Modified Files:
pkgsrc/www/firefox68: Makefile
Log Message:
firefox68: explicitly use autoconf-2.13
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/www/firefox68/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/firefox68/Makefile
diff -u pkgsrc/www/firefox68/Makefile:1.43 pkgsrc/www/firefox68/Makefile:1.44
--- pkgsrc/www/firefox68/Makefile:1.43 Mon May 24 19:55:14 2021
+++ pkgsrc/www/firefox68/Makefile Fri Jun 18 18:41:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/05/24 19:55:14 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2021/06/18 18:41:27 nia Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 68.12
@@ -76,8 +76,8 @@ post-extract:
${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
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
Home |
Main Index |
Thread Index |
Old Index