pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/thunderbird52
Module Name: pkgsrc
Committed By: nia
Date: Fri Jun 18 19:23:11 UTC 2021
Modified Files:
pkgsrc/mail/thunderbird52: Makefile
Log Message:
thunderbird52: explicitly use autoconf-2.13
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/thunderbird52/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/thunderbird52/Makefile
diff -u pkgsrc/mail/thunderbird52/Makefile:1.17 pkgsrc/mail/thunderbird52/Makefile:1.18
--- pkgsrc/mail/thunderbird52/Makefile:1.17 Sun Feb 7 06:30:29 2021
+++ pkgsrc/mail/thunderbird52/Makefile Fri Jun 18 19:23:11 2021
@@ -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 @@ post-extract:
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