diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-10-02 13:52:06 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-10-02 13:52:06 +0800 |
commit | 4456a173c6749bed6f6cba35b98095054f6fca2b (patch) | |
tree | 4f72d783a43ea074348a74a0763e483bcb7fbdb9 /mail | |
parent | a155dcd24f43240dac1a3b1105cb4a964649ba71 (diff) | |
download | freebsd-ports-gnome-4456a173c6749bed6f6cba35b98095054f6fca2b.tar.gz freebsd-ports-gnome-4456a173c6749bed6f6cba35b98095054f6fca2b.tar.zst freebsd-ports-gnome-4456a173c6749bed6f6cba35b98095054f6fca2b.zip |
gecko: enable PROFILE by default (like official builds)
This stops passing -fomit-frame-pointer which is detrimental for stack
unwinding as used by dtrace, pmcstat or gdb/lldb.
MFH: 2017Q4
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 0e5f9eeba3d3..10da6c958c0b 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 52.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |