summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/pixman/pixman-02-check-fe-divbyzero.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pixman/pixman-02-check-fe-divbyzero.patch b/package/pixman/pixman-02-check-fe-divbyzero.patch
index 44dd6913ed..01c6c96de6 100644
--- a/package/pixman/pixman-02-check-fe-divbyzero.patch
+++ b/package/pixman/pixman-02-check-fe-divbyzero.patch
@@ -16,7 +16,7 @@ Index: b/configure.ac
fi
+AC_CHECK_DECL([FE_DIVBYZERO], [], [], [[#include <fenv.h>]])
-+if test x$have_fe_divbyzero = xyes; then
++if test x$ac_cv_have_decl_FE_DIVBYZERO = xyes; then
+ AC_DEFINE(HAVE_FEDIVBYZERO, 1, [Whether we have FE_DIVBYZERO])
+fi
+
OpenPOWER on IntegriCloud