diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-14 21:47:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-14 22:42:13 +0300 |
commit | 22bf1df8ca4be32ca368458d022d48d0adcb62d1 (patch) | |
tree | 2fdb24662b9cdb79aeb1532497f3e591d61e07bf /cairo/cairo-1.10.2.patch | |
parent | 0683f53d019a225da7ebe18e1aabfda41c6bb442 (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/cairo-1.10.2.patch')
-rw-r--r-- | cairo/cairo-1.10.2.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cairo/cairo-1.10.2.patch b/cairo/cairo-1.10.2.patch index d13c1e4e135e..fce11491699c 100644 --- a/cairo/cairo-1.10.2.patch +++ b/cairo/cairo-1.10.2.patch @@ -189,6 +189,15 @@ cairo_cv_xml_use=$use_xml cairo_cv_xml_cache_vars=" BASE REQUIRES CFLAGS NONPKGCONFIG_CFLAGS LIBS NONPKGCONFIG_LIBS NONPKGCONFIG_EXTRA_LIBS" +@@ -32864,7 +32864,7 @@ + $_compile_program + _ACEOF + if ac_fn_c_try_link "$LINENO"; then : +- cairo_cc_stderr=`test -f conftest.err && cat conftest.err` ++ cairo_cc_stderr=`test -f conftest.err && grep -v 'ld: warning: object file compiled with -mlong-branch which is no longer needed.' conftest.err` + cairo_cc_flag=yes + else + cairo_cc_stderr=`test -f conftest.err && cat conftest.err` --- misc/cairo-1.10.2/src/cairo-deflate-stream.c 2010-06-18 13:47:12.000000000 +0200 +++ misc/build/cairo-1.10.2/src/cairo-deflate-stream.c 2010-06-18 13:47:12.000000000 +0200 @@ -37,7 +37,11 @@ |