Index: www/palemoon/files/patch-bug1278861 =================================================================== --- www/palemoon/files/patch-bug1278861 (nonexistent) +++ www/palemoon/files/patch-bug1278861 (working copy) @@ -0,0 +1,11 @@ +--- js/public/Conversions.h.orig 2018-01-17 20:56:32 UTC ++++ js/public/Conversions.h +@@ -349,7 +349,7 @@ ToIntWidth(double d) + inline int32_t + ToInt32(double d) + { +-#if defined (__arm__) && defined (__GNUC__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; Property changes on: www/palemoon/files/patch-bug1278861 ___________________________________________________________________ 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