Index: head/www/firefox/files/patch-bug1388744 =================================================================== --- head/www/firefox/files/patch-bug1388744 (nonexistent) +++ head/www/firefox/files/patch-bug1388744 (revision 450623) @@ -0,0 +1,14 @@ +Unbreak pingsender build on Tier3 archs + +--- toolkit/crashreporter/google-breakpad/src/third_party/curl/curlbuild.h ++++ toolkit/crashreporter/google-breakpad/src/third_party/curl/curlbuild.h +@@ -154,8 +154,7 @@ + #endif + + /* 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__)) + #define CURL_SIZEOF_LONG 8 + #else + #define CURL_SIZEOF_LONG 4 Property changes on: head/www/firefox/files/patch-bug1388744 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property