Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2011 16:56:54 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r494 - branches/experimental/www/seamonkey2-devel/files
Message-ID:  <201102201656.p1KGuspO084754@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102201656.p1KGuspO084754>