pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/thunderbird68 thunderbird68: use autoconf-2.13 ex...
details: https://anonhg.NetBSD.org/pkgsrc/rev/33f84e1b2fa1
branches: trunk
changeset: 454780:33f84e1b2fa1
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jun 18 19:14:26 2021 +0000
description:
thunderbird68: use autoconf-2.13 explicitly
diffstat:
mail/thunderbird68/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 24fb7a0c93dc -r 33f84e1b2fa1 mail/thunderbird68/Makefile
--- a/mail/thunderbird68/Makefile Fri Jun 18 18:56:59 2021 +0000
+++ b/mail/thunderbird68/Makefile Fri Jun 18 19:14:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/02/07 06:30:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2021/06/18 19:14:26 nia Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird68-${TB_VER}
@@ -43,9 +43,9 @@
pre-configure:
cd ${WRKSRC} && mkdir ${OBJDIR}
- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf
- cd ${WRKSRC}${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf
- cd ${WRKSRC}${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+ cd ${WRKSRC}${MOZILLA_DIR} && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
+ cd ${WRKSRC}${MOZILLA_DIR}/js/src && ${SETENV} ${CONFIGURE_ENV} autoconf-2.13
touch ${WRKSRC}/.mozconfig
do-build:
Home |
Main Index |
Thread Index |
Old Index