summaryrefslogtreecommitdiff
path: root/graphics/libgdiplus/patches/patch-ad
blob: cfe4ce50af55530a9f5a774ca3cea82def974b15 (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
$NetBSD: patch-ad,v 1.3 2006/10/22 20:44:53 rillig Exp $

--- cairo/configure.in.orig	2006-10-22 22:43:31.000000000 +0200
+++ cairo/configure.in	2006-03-14 07:52:10.000000000 +0100
@@ -554,26 +554,26 @@ WARNING_MESSAGE='
 *** to @BACKEND@-backend specific API.
 '
 
-if test x"$use_glitz" = "xyes" ; then
+if test x"$use_glitz" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Glitz/'
 fi
 
-if test x"$use_xcb" = "xyes" ; then
+if test x"$use_xcb" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/XCB/'
 fi
 
-if test x"$use_quartz" = "xyes" ; then
+if test x"$use_quartz" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/Quartz/'
 fi
 
-if test x"$use_quartz" = "xyes" ; then
+if test x"$use_quartz" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/ATSUI/'
 fi
 
-if test x"$use_pdf" = "xyes" ; then
+if test x"$use_pdf" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PDF/'
 fi
 
-if test x"$use_ps" = "xyes" ; then
+if test x"$use_ps" == "xyes" ; then
    echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PostScript/'
 fi