diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-05 09:54:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-05 09:54:30 +0800 |
commit | 402280641e12cd2518eb34831246ccd67387dca6 (patch) | |
tree | 25a924bc751ae461bbff3b4caff766bff1e30e83 /mail/thunderbird/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | |
parent | 8873c153d07a5669df16174aa06e9d969dfd5722 (diff) | |
download | marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.gz marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.bz2 marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.lz marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.xz marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.tar.zst marcuscom-ports-402280641e12cd2518eb34831246ccd67387dca6.zip |
Thunderbird needs the same freetype2 lovin' that firefox got.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3807 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc')
-rw-r--r-- | mail/thunderbird/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/mail/thunderbird/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc new file mode 100644 index 000000000..ac8cab896 --- /dev/null +++ b/mail/thunderbird/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc @@ -0,0 +1,11 @@ +--- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 ++++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Mon May 3 13:05:12 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(); |