Author: megabajt Date: Fri Jul 3 13:32:00 2009 GMT Module: packages Tag: HEAD ---- Log message: - fixes build on ppc
---- Files affected: packages/xulrunner: xulrunner-ppc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xulrunner/xulrunner-ppc.patch diff -u /dev/null packages/xulrunner/xulrunner-ppc.patch:1.1 --- /dev/null Fri Jul 3 15:32:00 2009 +++ packages/xulrunner/xulrunner-ppc.patch Fri Jul 3 15:31:55 2009 @@ -0,0 +1,17 @@ +--- mozilla/xpcom/glue/nsTArray.h~ 2009-06-29 18:15:32.000000000 +0200 ++++ mozilla/xpcom/glue/nsTArray.h 2009-07-02 09:49:47.623908821 +0200 +@@ -43,7 +43,14 @@ + #include "nsQuickSort.h" + #include "nsDebug.h" + #include "nsTraceRefcnt.h" ++#ifdef inline ++#define crappy_inline inline ++#undef inline ++#endif + #include NEW_H ++#ifdef crappy_inline ++#define inline crappy_inline ++#endif + + // + // This class serves as a base class for nsTArray. It shouldn't be used ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
