diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 04:34:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 04:34:04 +0000 |
commit | b587769d8713a87c9372f5258da0898265845ddb (patch) | |
tree | bcfeb530907eac8e636afab3132b021cf0411517 /graphics/cairo | |
parent | 92eaeee9b4825e756cad08a3219d67a291d5a1f4 (diff) | |
download | ports-b587769d8713a87c9372f5258da0898265845ddb.tar.gz ports-b587769d8713a87c9372f5258da0898265845ddb.zip |
Notes
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/files/patch-configure | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/graphics/cairo/files/patch-configure b/graphics/cairo/files/patch-configure new file mode 100644 index 000000000000..9fa456c67feb --- /dev/null +++ b/graphics/cairo/files/patch-configure @@ -0,0 +1,51 @@ +--- 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 |