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

--- cairo/configure.orig	2006-10-22 22:41:44.000000000 +0200
+++ cairo/configure	2006-10-22 22:44:01.000000000 +0200
@@ -26141,26 +26141,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