[SVN-Commit] r494 - branches/experimental/www/seamonkey2-devel/files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Feb 20 16:57:01 UTC 2011


Author: beat
Date: Sun Feb 20 16:56:54 2011
New Revision: 494

Log:
- Fix build on i386

Added:
   branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-qcms-qcmstypes.h

Added: branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-qcms-qcmstypes.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/seamonkey2-devel/files/patch-mozilla-gfx-qcms-qcmstypes.h	Sun Feb 20 16:56:54 2011	(r494)
@@ -0,0 +1,11 @@
+--- mozilla/gfx/qcms/qcmstypes.h.orig	2010-11-22 12:01:36.000000000 +0100
++++ mozilla/gfx/qcms/qcmstypes.h	2010-11-22 12:02:42.000000000 +0100
+@@ -25,7 +25,7 @@
+ #ifdef __OS2__
+ /* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */
+ #include <stdlib.h>
+-#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED)
++#elif !defined(__intptr_t_defined) && !defined(_INTPTR_T_DECLARED) 
+ typedef PRUptrdiff uintptr_t;
+ #endif
+ #endif


More information about the freebsd-gecko mailing list