aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/libraries/cairo/skip-configure-stderr-check.patch
blob: 6deecf2a971712755b6d2fac8f02e5f15195faa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
https://bugs.freedesktop.org/show_bug.cgi?id=30910#c6

Comment 6 Jeremy Huddleston Sequoia 2014-07-15 04:12:40 UTC

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:

diff -Naurp cairo-1.12.2.orig/configure cairo-1.12.2/configure
--- cairo-1.12.2.orig/configure	2012-04-29 11:49:59.000000000 -0700
+++ cairo-1.12.2/configure	2012-05-03 11:23:49.000000000 -0700
@@ -18044,7 +18044,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -18091,7 +18091,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -18161,7 +18161,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -18217,7 +18217,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -19663,7 +19663,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -19710,7 +19710,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -32692,7 +32692,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi
 
@@ -32811,7 +32811,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false ; then
 		cairo_cc_flag=no
 	fi
 
@@ -32892,7 +32892,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 
-	if test "x$cairo_cc_stderr" != "x"; then
+	if false; then
 		cairo_cc_flag=no
 	fi