From d39d92427cf19e39875ec26ae210fabeb83cbef7 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Tue, 19 Feb 2013 23:53:07 +0000 Subject: - update firefox to 19.0 - update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3 - update linux-seamonkey to 2.16 - update nspr to 4.9.5 - update nss to 3.14.3 - add DuckDuckGo search plugin to firefox [1] - mark kompozer deprecated - clang fixes for www/libxul19 [2] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1], dim [2] In collaboration with: Jan Beich --- www/firefox/files/patch-bug828003 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/firefox/files/patch-bug828003') diff --git a/www/firefox/files/patch-bug828003 b/www/firefox/files/patch-bug828003 index f30c317d81ee..3ec412894f74 100644 --- a/www/firefox/files/patch-bug828003 +++ b/www/firefox/files/patch-bug828003 @@ -4,13 +4,13 @@ #include "mozilla/StandardInteger.h" /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */ -+/* stdint.h defines int*_t and uintptr_t */ ++/* StandardInteger.h defines int*_t and uintptr_t */ -#if defined (__SVR4) && defined (__sun) -/* int_types.h gets included somehow, so avoid redefining the types differently */ -#include -#elif defined (_AIX) -+#if defined (_AIX) ++#if defined(_AIX) #include -#elif defined(__OpenBSD__) -#include @@ -26,7 +26,7 @@ - -#ifdef __OS2__ -/* OS/2's stdlib typdefs uintptr_t. So we'll just include that so we don't collide */ -+#elif __OS2__ ++#elif defined(__OS2__) #include -#elif !defined(__intptr_t_defined) && !defined(_UINTPTR_T_DEFINED) -typedef unsigned long uintptr_t; -- cgit v1.2.3