pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox52 firefox52: explicitly use autoconf-2.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b888d7327fd8
branches:  trunk
changeset: 454777:b888d7327fd8
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jun 18 18:29:57 2021 +0000

description:
firefox52: explicitly use autoconf-2.13

diffstat:

 www/firefox52/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3d02b748ab21 -r b888d7327fd8 www/firefox52/Makefile
--- a/www/firefox52/Makefile    Fri Jun 18 18:22:41 2021 +0000
+++ b/www/firefox52/Makefile    Fri Jun 18 18:29:57 2021 +0000
@@ -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 @@
        ${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