Received: by mail.netbsd.org (Postfix, from userid 605) id 87A1B84DEE; Sat, 5 Sep 2020 12:27:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E2EC84DE8 for ; Sat, 5 Sep 2020 12:27:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uwTB5OZbJ_NJ for ; Sat, 5 Sep 2020 12:27:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6721684D2F for ; Sat, 5 Sep 2020 12:27:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FF3CFB28; Sat, 5 Sep 2020 12:27:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599308863279360" MIME-Version: 1.0 Date: Sat, 5 Sep 2020 12:27:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/thunderbird To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200905122743.5FF3CFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599308863279360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Sep 5 12:27:43 UTC 2020 Modified Files: pkgsrc/mail/thunderbird: Makefile Log Message: thunderbird: add workaround for llvm compiler bug, same as for www/firefox To generate a diff of this commit: cvs rdiff -u -r1.256 -r1.257 pkgsrc/mail/thunderbird/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599308863279360 Content-Disposition: inline Content-Length: 864 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/thunderbird/Makefile diff -u pkgsrc/mail/thunderbird/Makefile:1.256 pkgsrc/mail/thunderbird/Makefile:1.257 --- pkgsrc/mail/thunderbird/Makefile:1.256 Thu Sep 3 15:26:22 2020 +++ pkgsrc/mail/thunderbird/Makefile Sat Sep 5 12:27:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.256 2020/09/03 15:26:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.257 2020/09/05 12:27:43 wiz Exp $ DISTNAME= thunderbird-${TB_VER}.source PKGNAME= thunderbird-${TB_VER} @@ -32,6 +32,9 @@ NOT_PAX_MPROTECT_SAFE+= lib/${MOZILLA_NA LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA_NAME} +# Workaround for https://bugs.llvm.org/show_bug.cgi?id=46366 +BUILDLINK_TRANSFORM.NetBSD+= rm:-fexperimental-new-pass-manager + .include "../../mk/bsd.prefs.mk" CHECK_WRKREF_SKIP+= lib/${MOZILLA_NAME}/chrome/toolkit/content/global/buildconfig.html --_----------=_1599308863279360--