From 16e482c5af93ad67d61fbc1feae1192f0d381fd2 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Sun, 6 Jan 2019 15:30:29 -0700 Subject: [PATCH] Fix pixman tests --- recipes/pixman/redox.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/pixman/redox.patch diff --git a/recipes/pixman/redox.patch b/recipes/pixman/redox.patch new file mode 100644 index 000000000..953a7fd63 --- /dev/null +++ b/recipes/pixman/redox.patch @@ -0,0 +1,12 @@ +diff -ruwN source/test/fence-image-self-test.c source-new/test/fence-image-self-test.c +--- source/test/fence-image-self-test.c 2018-04-11 06:07:58.000000000 -0600 ++++ source-new/test/fence-image-self-test.c 2019-01-06 15:29:38.878720123 -0700 +@@ -29,7 +29,7 @@ + #include "utils.h" + + +-#if FENCE_MALLOC_ACTIVE && defined (HAVE_SIGACTION) ++#if FENCE_MALLOC_ACTIVE && defined (HAVE_SIGACTION) && !defined(__redox__) + + #include <stdlib.h> + #include <stdio.h> -- GitLab