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