Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Nov 2010 12:25:40 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r436 - branches/experimental/www/firefox-devel/files
Message-ID:  <201011221225.oAMCPelr095065@trillian.chruetertee.ch>

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



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