Index: head/math/suitesparse/files/patch-SLIP__LU_Source_slip__internal.h =================================================================== --- head/math/suitesparse/files/patch-SLIP__LU_Source_slip__internal.h (nonexistent) +++ head/math/suitesparse/files/patch-SLIP__LU_Source_slip__internal.h (revision 541233) @@ -0,0 +1,16 @@ +--- SLIP_LU/Source/slip_internal.h.orig 2020-07-03 16:11:39 UTC ++++ SLIP_LU/Source/slip_internal.h +@@ -660,11 +660,11 @@ static inline int64_t slip_cast_double_to_int64 (doubl + { + return (0) ; + } +- else if (x > INT64_MAX) ++ else if (x > (double)INT64_MAX) + { + return (INT64_MAX) ; + } +- else if (x < INT64_MIN) ++ else if (x < (double)INT64_MIN) + { + return (INT64_MIN) ; + } Property changes on: head/math/suitesparse/files/patch-SLIP__LU_Source_slip__internal.h ___________________________________________________________________ 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