diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-07-19 00:00:51 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-07-19 00:00:51 +0000 |
commit | 29145c76beecf4766959022ab9fc0fb1880561a1 (patch) | |
tree | 4572e087e9d0e8ed179a8053877c780942a72cfa /mail/thunderbird/files/patch-bug702179 | |
parent | mail/thunderbird: drop patches in preparation for update (diff) |
mail/thunderbird: update to 60.0
Changes: https://www.mozilla.org/thunderbird/60.0/releasenotes/
PR: 228477
Differential Revision: https://reviews.freebsd.org/D15565
Diffstat (limited to 'mail/thunderbird/files/patch-bug702179')
-rw-r--r-- | mail/thunderbird/files/patch-bug702179 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug702179 b/mail/thunderbird/files/patch-bug702179 new file mode 100644 index 000000000000..0c998526736e --- /dev/null +++ b/mail/thunderbird/files/patch-bug702179 @@ -0,0 +1,12 @@ +Don't build static JS lib to make sure DTrace probes are picked up. + +--- js/src/build/moz.build.orig 2017-04-16 18:00:50 UTC ++++ js/src/build/moz.build +@@ -71,7 +71,3 @@ if CONFIG['OS_ARCH'] == 'SunOS': + ] + + OS_LIBS += CONFIG['REALTIME_LIBS'] +- +-NO_EXPAND_LIBS = True +- +-DIST_INSTALL = True |