[SVN-Commit] r436 - branches/experimental/www/firefox-devel/files
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Mon Nov 22 12:25:47 UTC 2010
Author: beat
Date: Mon Nov 22 12:25:40 2010
New Revision: 436
Log:
- Fix build on i386
Added:
branches/experimental/www/firefox-devel/files/patch-gfx-qcms-qcmstypes.h
Added: branches/experimental/www/firefox-devel/files/patch-gfx-qcms-qcmstypes.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/experimental/www/firefox-devel/files/patch-gfx-qcms-qcmstypes.h Mon Nov 22 12:25:40 2010 (r436)
@@ -0,0 +1,11 @@
+--- gfx/qcms/qcmstypes.h.orig 2010-11-22 12:01:36.000000000 +0100
++++ 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