Improve existing patch to also support build on soft-float PowerPC.
Fixes: #70
Signed-off-by: Daniel Golle <[email protected]>
Bug-Debian: https://bugs.debian.org/1079545
---
gtk/gtkcssnumbervalue.c | 34 ++++++++++++++++++++++++++++++++++
return value->dimension.value == 0;
}
-+#if (defined(__arm__) && !defined(__ARM_PCS_VFP)) || defined(__mips_soft_float)
++#if (defined(__arm__) && !defined(__ARM_PCS_VFP)) || defined(__mips_soft_float) || defined(_SOFT_FLOAT)
+/* Floating-point emulated in software. Setting the rounding mode to
+ * anything other than FE_TONEAREST doesn't work */
+#undef HAVE_WORKING_FESETROUND