summaryrefslogtreecommitdiff
path: root/cairo/pixman-0.24.4.patch
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-14 21:47:44 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-14 22:42:13 +0300
commit22bf1df8ca4be32ca368458d022d48d0adcb62d1 (patch)
tree2fdb24662b9cdb79aeb1532497f3e591d61e07bf /cairo/pixman-0.24.4.patch
parent0683f53d019a225da7ebe18e1aabfda41c6bb442 (diff)
Filter out fairly pointless ld warning from crt1.o (!) in the 10.4 SDK
Unfortunately the pixman and cairo configury consider any non-empty stderr indicating an error, even if it just a warning and the exit status of the command is success. Change-Id: I921f72fcfc127d9c34a8db448926e478a82646d6
Diffstat (limited to 'cairo/pixman-0.24.4.patch')
-rw-r--r--cairo/pixman-0.24.4.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/cairo/pixman-0.24.4.patch b/cairo/pixman-0.24.4.patch
index c16ac84b8838..88a44f926ca3 100644
--- a/cairo/pixman-0.24.4.patch
+++ b/cairo/pixman-0.24.4.patch
@@ -112,6 +112,15 @@
{ $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
if test "${ac_cv_c_bigendian+set}" = set; then
+@@ -24552,7 +24552,7 @@
+ test "$cross_compiling" = yes ||
+ $as_test_x conftest$ac_exeext
+ }; then
+- pixman_cc_stderr=`test -f conftest.err && cat conftest.err`
++ pixman_cc_stderr=`test -f conftest.err && grep -v 'ld: warning: object file compiled with -mlong-branch which is no longer needed.' conftest.err`
+ pixman_cc_flag=yes
+ else
+ $as_echo "$as_me: failed program was:" >&5
--- misc/pixman-0.24.4/pixman/pixman-utils.c
+++ misc/build/pixman-0.24.4/pixman/pixman-utils.c
@@ -27,6 +27,7 @@