diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 20:45:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-29 20:45:19 +0000 |
commit | a3adfc2cf57b600a49a56665fa0155ad0158d27b (patch) | |
tree | 1ea6dcbe22c4b4abf85465cadfe6918215b38d85 /www/firefox3-devel/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | |
parent | Chase another silent update: minor fixes in Bourne shell variables and help (diff) |
- Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel
- Fix pkg-deinstall to not remove MOZDIR/extensions
Notes
Notes:
svn path=/head/; revision=158397
Diffstat (limited to 'www/firefox3-devel/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc')
-rw-r--r-- | www/firefox3-devel/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/www/firefox3-devel/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc new file mode 100644 index 000000000000..9a41bbfc4602 --- /dev/null +++ b/www/firefox3-devel/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 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(); |