diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-22 21:32:27 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2009-11-22 21:32:27 +0000 |
commit | 463a211c906e273044de1e10f77d7e360ccb3038 (patch) | |
tree | 385b4813305d3ef706a62685ca99b75c981a83b0 /www/libxul/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h | |
parent | Update to 2.23 (diff) |
Fix build for ia64, powerpc & sparc64.
Ok'd by: miwi (thanks!)
Notes
Notes:
svn path=/head/; revision=244663
Diffstat (limited to 'www/libxul/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h')
-rw-r--r-- | www/libxul/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/libxul/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h b/www/libxul/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h new file mode 100644 index 000000000000..0440ce0a263f --- /dev/null +++ b/www/libxul/files/patch-xpcom-reflect-xptcall-src-xptcprivate.h @@ -0,0 +1,20 @@ +--- xpcom/reflect/xptcall/src/xptcprivate.h.orig 2009-11-09 21:43:49.000000000 -0800 ++++ xpcom/reflect/xptcall/src/xptcprivate.h 2009-11-09 21:44:05.000000000 -0800 +@@ -45,7 +45,7 @@ + + class xptiInterfaceEntry; + +-#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) ++#if !defined(__ia64) + #define STUB_ENTRY(n) NS_IMETHOD Stub##n() = 0; + #else + #define STUB_ENTRY(n) NS_IMETHOD Stub##n(PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64) = 0; +@@ -62,7 +62,7 @@ + #undef STUB_ENTRY + #undef SENTINEL_ENTRY + +-#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) ++#if !defined(__ia64) + #define STUB_ENTRY(n) NS_IMETHOD Stub##n(); + #else + #define STUB_ENTRY(n) NS_IMETHOD Stub##n(PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64,PRUint64); |