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: 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.
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
Home |
Main Index |
Thread Index |
Old Index