aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox/files/patch-bug1388744
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/files/patch-bug1388744')
-rw-r--r--www/firefox/files/patch-bug13887442
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/files/patch-bug1388744 b/www/firefox/files/patch-bug1388744
index 89c6a52fab03..abee54061188 100644
--- a/www/firefox/files/patch-bug1388744
+++ b/www/firefox/files/patch-bug1388744
@@ -8,7 +8,7 @@ Unbreak pingsender build on Tier3 archs
/* The size of `long', as computed by sizeof. */
-#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \
- defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
-+#if defined(_M_X64) || (defined(__LP64__) && !defined(__ILP32__))
++#if defined(_M_X64) || defined(__LP64__)
#define CURL_SIZEOF_LONG 8
#else
#define CURL_SIZEOF_LONG 4