diff options
Diffstat (limited to 'graphics/libgdiplus/patches/patch-ac')
-rw-r--r-- | graphics/libgdiplus/patches/patch-ac | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/libgdiplus/patches/patch-ac b/graphics/libgdiplus/patches/patch-ac new file mode 100644 index 00000000000..e6a7b8177c9 --- /dev/null +++ b/graphics/libgdiplus/patches/patch-ac @@ -0,0 +1,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 |