svn commit: r450625 - branches/2017Q3/www/firefox/files
Jan Beich
jbeich at FreeBSD.org
Mon Sep 25 17:25:31 UTC 2017
Author: jbeich
Date: Mon Sep 25 17:25:30 2017
New Revision: 450625
URL: https://svnweb.freebsd.org/changeset/ports/450625
Log:
MFH: r450623 r450624
www/firefox: unbreak on powerpc64, sparc64
In file included from toolkit/crashreporter/google-breakpad/src/third_party/curl/curl.h:44:0,
from toolkit/components/telemetry/pingsender/pingsender_unix_common.cpp:13,
from objdir/toolkit/components/telemetry/pingsender/Unified_cpp_pingsender0.cpp:11:
toolkit/crashreporter/google-breakpad/src/third_party/curl/curlrules.h:144:41: error: size of array '__curl_rule_01__' is negative
[CurlchkszEQ(long, CURL_SIZEOF_LONG)];
^
Reported by: jhibbits
Approved by: ports-secteam blanket
Added:
branches/2017Q3/www/firefox/files/patch-bug1388744
- copied, changed from r450623, head/www/firefox/files/patch-bug1388744
Modified:
Directory Properties:
branches/2017Q3/ (props changed)
Copied and modified: branches/2017Q3/www/firefox/files/patch-bug1388744 (from r450623, head/www/firefox/files/patch-bug1388744)
==============================================================================
--- head/www/firefox/files/patch-bug1388744 Mon Sep 25 17:19:37 2017 (r450623, copy source)
+++ branches/2017Q3/www/firefox/files/patch-bug1388744 Mon Sep 25 17:25:30 2017 (r450625)
@@ -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
More information about the svn-ports-all
mailing list