pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/thunderbird thunderbird: explicitly use autoconf-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24fb7a0c93dc
branches: trunk
changeset: 454779:24fb7a0c93dc
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jun 18 18:56:59 2021 +0000
description:
thunderbird: explicitly use autoconf-2.13
diffstat:
mail/thunderbird/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 7d497114bea7 -r 24fb7a0c93dc mail/thunderbird/Makefile
--- a/mail/thunderbird/Makefile Fri Jun 18 18:41:27 2021 +0000
+++ b/mail/thunderbird/Makefile Fri Jun 18 18:56:59 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.274 2021/05/23 06:48:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.275 2021/06/18 18:56:59 nia Exp $
DISTNAME= thunderbird-${TB_VER}.source
PKGNAME= thunderbird-${TB_VER}
@@ -80,9 +80,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