diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-03 20:55:29 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-03 20:55:29 +0000 |
commit | 5dd0796d286a6dc4a6959924fcc131477872187c (patch) | |
tree | 60e2c47be79a46ffe85e7a236d9adda348e134d2 /mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | |
parent | - Remove deskutils/lightning-xpi: Depends on obsolete Thunderbird 2. (diff) |
- Update to 3.1.1
Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>
Diffstat (limited to 'mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc')
-rw-r--r-- | mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc new file mode 100644 index 000000000000..a146f07811fd --- /dev/null +++ b/mail/thunderbird/files/patch-mozilla-xpcom-reflect-xptcall-public-xptcstubsdecl.inc @@ -0,0 +1,11 @@ +--- mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 ++++ mozilla/xpcom/reflect/xptcall/public/xptcstubsdecl.inc Tue Jun 15 12:52:36 2004 +@@ -8,7 +8,7 @@ + * 1 is AddRef + * 2 is Release + */ +-#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) ++#if !defined(__ia64) + NS_IMETHOD Stub3(); + NS_IMETHOD Stub4(); + NS_IMETHOD Stub5(); |