summaryrefslogtreecommitdiff
path: root/graphics/libgdiplus/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libgdiplus/patches/patch-ad')
-rw-r--r--graphics/libgdiplus/patches/patch-ad26
1 files changed, 13 insertions, 13 deletions
diff --git a/graphics/libgdiplus/patches/patch-ad b/graphics/libgdiplus/patches/patch-ad
index cfe4ce50af5..aa3cfd30565 100644
--- a/graphics/libgdiplus/patches/patch-ad
+++ b/graphics/libgdiplus/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.3 2006/10/22 20:44:53 rillig Exp $
+$NetBSD: patch-ad,v 1.4 2006/10/22 21:04:07 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
@@ -6,32 +6,32 @@ $NetBSD: patch-ad,v 1.3 2006/10/22 20:44:53 rillig Exp $
*** to @BACKEND@-backend specific API.
'
--if test x"$use_glitz" = "xyes" ; then
-+if test x"$use_glitz" == "xyes" ; then
+-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
+-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
+-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
+-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
+-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
+-if test x"$use_ps" == "xyes" ; then
++if test x"$use_ps" = "xyes" ; then
echo "$WARNING_MESSAGE" | sed 's/@BACKEND@/PostScript/'
fi