From e676e2910f592704af67424758ebd4cfdff9ebcd Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Thu, 10 Jan 2013 22:29:23 +0000 Subject: - update www/firefox to 18.0 - update www/firefox-esr to 17.0.2 - update www/seamonkey to 2.15 (enigmail to 1.5.0) - remove QT4 option to avoid confusion (it turned out to be too experimental) In collaboration with: Jan Beich Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html --- www/firefox-esr/files/patch-bug788108 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox-esr/files/patch-bug788108') diff --git a/www/firefox-esr/files/patch-bug788108 b/www/firefox-esr/files/patch-bug788108 index 746146760c62..80ff18649882 100644 --- a/www/firefox-esr/files/patch-bug788108 +++ b/www/firefox-esr/files/patch-bug788108 @@ -7,7 +7,7 @@ -//A trick to handle IEEE floating point exceptions on FreeBSD - E.D. -#ifdef __FreeBSD__ -#include --#ifdef __alpha__ +-#if !defined(__i386__) && !defined(__x86_64__) -static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; -#else -static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML; -- cgit v1.2.3