pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/thunderbird68



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 18 19:14:26 UTC 2021

Modified Files:
        pkgsrc/mail/thunderbird68: Makefile

Log Message:
thunderbird68: use autoconf-2.13 explicitly


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/thunderbird68/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/thunderbird68/Makefile
diff -u pkgsrc/mail/thunderbird68/Makefile:1.4 pkgsrc/mail/thunderbird68/Makefile:1.5
--- pkgsrc/mail/thunderbird68/Makefile:1.4      Sun Feb  7 06:30:29 2021
+++ pkgsrc/mail/thunderbird68/Makefile  Fri Jun 18 19:14:26 2021
@@ -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 @@ 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