diff options
Diffstat (limited to 'graphics/cairo/files/patch-configure')
-rw-r--r-- | graphics/cairo/files/patch-configure | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/graphics/cairo/files/patch-configure b/graphics/cairo/files/patch-configure deleted file mode 100644 index 9fa456c67feb..000000000000 --- a/graphics/cairo/files/patch-configure +++ /dev/null @@ -1,51 +0,0 @@ ---- configure.orig Fri Dec 30 23:31:42 2005 -+++ configure Fri Dec 30 23:32:17 2005 -@@ -20478,7 +20478,6 @@ - use_xlib=yes - fi; - --if test "x$use_xlib" = "xyes"; then - - - if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then -@@ -20586,6 +20585,7 @@ - fi - - pkg_failed=no -+if test "x$use_xlib" = "xyes"; then - echo "$as_me:$LINENO: checking for XRENDER" >&5 - echo $ECHO_N "checking for XRENDER... $ECHO_C" >&6 - -@@ -27796,26 +27796,26 @@ - *** 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 |