pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/thunderbird
Module Name: pkgsrc
Committed By: nia
Date: Fri Jun 18 18:57:00 UTC 2021
Modified Files:
pkgsrc/mail/thunderbird: Makefile
Log Message:
thunderbird: explicitly use autoconf-2.13
To generate a diff of this commit:
cvs rdiff -u -r1.274 -r1.275 pkgsrc/mail/thunderbird/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/thunderbird/Makefile
diff -u pkgsrc/mail/thunderbird/Makefile:1.274 pkgsrc/mail/thunderbird/Makefile:1.275
--- pkgsrc/mail/thunderbird/Makefile:1.274 Sun May 23 06:48:13 2021
+++ pkgsrc/mail/thunderbird/Makefile Fri Jun 18 18:56:59 2021
@@ -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 @@ post-extract:
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