diff options
Diffstat (limited to 'patches/patch-Source_WTF_wtf_MathExtras_h')
-rw-r--r-- | patches/patch-Source_WTF_wtf_MathExtras_h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patch-Source_WTF_wtf_MathExtras_h b/patches/patch-Source_WTF_wtf_MathExtras_h index 107b235..4cdb2da 100644 --- a/patches/patch-Source_WTF_wtf_MathExtras_h +++ b/patches/patch-Source_WTF_wtf_MathExtras_h @@ -1,4 +1,4 @@ -$OpenBSD: patch-Source_WTF_wtf_MathExtras_h,v 1.1 2013/10/06 14:03:43 landry Exp $ +$OpenBSD: patch-Source_WTF_wtf_MathExtras_h,v 1.2 2014/03/25 06:25:45 landry Exp $ signbit & isfinite are defined in gcc's cmath for 4.6 & 4.8.. so partly revert https://bugs.webkit.org/show_bug.cgi?id=19975, make it conditional to older gcc https://bugs.webkit.org/show_bug.cgi?id=129927 |