Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / cairo / skip-configure-stderr-check.patch
blob6deecf2a971712755b6d2fac8f02e5f15195faa6
1 https://bugs.freedesktop.org/show_bug.cgi?id=30910#c6
3 Comment 6 Jeremy Huddleston Sequoia 2014-07-15 04:12:40 UTC
5 Yes, it is still an issue. We just disable the buggy '"x$cairo_cc_stderr" != "x"' logic, but that's not really a portable solution for you:
7 diff -Naurp cairo-1.12.2.orig/configure cairo-1.12.2/configure
8 --- cairo-1.12.2.orig/configure 2012-04-29 11:49:59.000000000 -0700
9 +++ cairo-1.12.2/configure 2012-05-03 11:23:49.000000000 -0700
10 @@ -18044,7 +18044,7 @@ fi
11 rm -f core conftest.err conftest.$ac_objext \
12 conftest$ac_exeext conftest.$ac_ext
14 - if test "x$cairo_cc_stderr" != "x"; then
15 + if false; then
16 cairo_cc_flag=no
19 @@ -18091,7 +18091,7 @@ fi
20 rm -f core conftest.err conftest.$ac_objext \
21 conftest$ac_exeext conftest.$ac_ext
23 - if test "x$cairo_cc_stderr" != "x"; then
24 + if false; then
25 cairo_cc_flag=no
28 @@ -18161,7 +18161,7 @@ fi
29 rm -f core conftest.err conftest.$ac_objext \
30 conftest$ac_exeext conftest.$ac_ext
32 - if test "x$cairo_cc_stderr" != "x"; then
33 + if false; then
34 cairo_cc_flag=no
37 @@ -18217,7 +18217,7 @@ fi
38 rm -f core conftest.err conftest.$ac_objext \
39 conftest$ac_exeext conftest.$ac_ext
41 - if test "x$cairo_cc_stderr" != "x"; then
42 + if false; then
43 cairo_cc_flag=no
46 @@ -19663,7 +19663,7 @@ fi
47 rm -f core conftest.err conftest.$ac_objext \
48 conftest$ac_exeext conftest.$ac_ext
50 - if test "x$cairo_cc_stderr" != "x"; then
51 + if false; then
52 cairo_cc_flag=no
55 @@ -19710,7 +19710,7 @@ fi
56 rm -f core conftest.err conftest.$ac_objext \
57 conftest$ac_exeext conftest.$ac_ext
59 - if test "x$cairo_cc_stderr" != "x"; then
60 + if false; then
61 cairo_cc_flag=no
64 @@ -32692,7 +32692,7 @@ fi
65 rm -f core conftest.err conftest.$ac_objext \
66 conftest$ac_exeext conftest.$ac_ext
68 - if test "x$cairo_cc_stderr" != "x"; then
69 + if false; then
70 cairo_cc_flag=no
73 @@ -32811,7 +32811,7 @@ fi
74 rm -f core conftest.err conftest.$ac_objext \
75 conftest$ac_exeext conftest.$ac_ext
77 - if test "x$cairo_cc_stderr" != "x"; then
78 + if false ; then
79 cairo_cc_flag=no
82 @@ -32892,7 +32892,7 @@ fi
83 rm -f core conftest.err conftest.$ac_objext \
84 conftest$ac_exeext conftest.$ac_ext
86 - if test "x$cairo_cc_stderr" != "x"; then
87 + if false; then
88 cairo_cc_flag=no