- Update to 3.0.9

- Unbreak with recent versions of GCC

Submitted by:	Andriy Gapon <avg AT icyb.net.ua>
Security:	http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
This commit is contained in:
Beat Gaetzi 2010-10-20 17:04:17 +00:00
parent 455a2e338c
commit 93f0fbf687
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263352
3 changed files with 14 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= thunderbird
DISTVERSION= 3.0.8
DISTVERSION= 3.0.9
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source/

View file

@ -1,3 +1,3 @@
MD5 (thunderbird-3.0.8.source.tar.bz2) = c911737cd04dddfd135e8f7afce75311
SHA256 (thunderbird-3.0.8.source.tar.bz2) = 3a08a8a8e78d59eeef3c73132ac873b4db3ee745d09d188ab2c32fa19e7a581a
SIZE (thunderbird-3.0.8.source.tar.bz2) = 60463761
MD5 (thunderbird-3.0.9.source.tar.bz2) = f51036805e25dd9fcbd2da87ac66f13f
SHA256 (thunderbird-3.0.9.source.tar.bz2) = 226ffef32bcc52be12a6a6774b70a78eb93bbf7499ad375ce1a5655fdf802a60
SIZE (thunderbird-3.0.9.source.tar.bz2) = 60352236

View file

@ -0,0 +1,10 @@
--- mozilla/xpcom/base/nsStackWalk.cpp.orig 2010-09-12 19:34:04.012503905 +0300
+++ mozilla/xpcom/base/nsStackWalk.cpp 2010-09-12 19:34:41.294462134 +0300
@@ -41,6 +41,7 @@
/* API for getting a stack trace of the C/C++ stack on the current thread */
#include "nsStackWalk.h"
+#include <dlfcn.h>
#if defined(_WIN32) && (defined(_M_IX86) || defined(_M_AMD64) || defined(_M_IA64)) && !defined(WINCE) // WIN32 x86 stack walking code