little mozilla patch

Andreas Hauser andy at splashground.de
Wed Mar 24 11:29:10 PST 2004


Hoi,

attached patch is needed to get www/mozilla compiled without
__FreeBSD__ defined. Also reported it in bugzilla @mozilla.org.
http://bugzilla.mozilla.org/show_bug.cgi?id=238540


Andy

--- xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h	Thu Mar 25 18:41:46 2004
+++ xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h	Thu Mar 25 18:44:05 2004
@@ -103,6 +103,9 @@
 #define THUNK_BASED_THIS_ADJUST
 #endif
 
+#elif defined(__DragonFly__) 
+#define THUNK_BASED_THIS_ADJUST
+
 #elif defined(__NetBSD__) 
 #define THUNK_BASED_THIS_ADJUST
 





More information about the Submit mailing list