pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/thunderbird52 thunderbird52: explicitly use autoc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d077a7cb52c
branches:  trunk
changeset: 454781:0d077a7cb52c
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jun 18 19:23:11 2021 +0000

description:
thunderbird52: explicitly use autoconf-2.13

diffstat:

 mail/thunderbird52/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 33f84e1b2fa1 -r 0d077a7cb52c mail/thunderbird52/Makefile
--- a/mail/thunderbird52/Makefile       Fri Jun 18 19:14:26 2021 +0000
+++ b/mail/thunderbird52/Makefile       Fri Jun 18 19:23:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/02/07 06:30:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2021/06/18 19:23:11 nia Exp $
 
 DISTNAME=      thunderbird-${TB_VER}.source
 PKGNAME=       thunderbird${TB_VER:C/\..*$//}-${TB_VER}
@@ -58,9 +58,9 @@
 
 pre-configure:
        cd ${WRKSRC} && mkdir ${OBJDIR}
-       cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
-       cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf
-       cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
+       cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+       cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+       cd ${WRKSRC}/mozilla/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
        touch ${WRKSRC}/.mozconfig
 
 do-build:



Home | Main Index | Thread Index | Old Index