37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
$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
|