24312753 cannot link cairo on 104 nightly
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 19 Jul 2016 16:08:22 -0700
changeset 6434 9b8c9a1d0ee8
parent 6433 f772255f6791
child 6437 09fb2c712a39
24312753 cannot link cairo on 104 nightly
components/desktop/cairo/patches/02-configure-libs.patch
--- a/components/desktop/cairo/patches/02-configure-libs.patch	Tue Jul 19 16:20:28 2016 -0700
+++ b/components/desktop/cairo/patches/02-configure-libs.patch	Tue Jul 19 16:08:22 2016 -0700
@@ -19,7 +19,7 @@
      AC_DEFINE([CAIRO_CAN_TEST_PDF_SURFACE], 1, [Define to 1 if the PDF backend can be tested (need poppler and other dependencies for pdf2png)])
 +    # Ensure cairo is omitted so that no attempt is made to link to any
 +    # system-installed versions causing a multiple inclusion build failure.
-+    POPPLER_LIBS=$(echo "$POPPLER_LIBS" | $SED -e 's/-lcairo //')
++    POPPLER_LIBS=$(echo "$POPPLER_LIBS " | $SED -e 's/-lcairo //g')
    else
      AC_MSG_WARN([PDF backend will not be tested since poppler >= $POPPLER_VERSION_REQUIRED is not available])
    fi
@@ -29,7 +29,7 @@
      AC_DEFINE([CAIRO_CAN_TEST_SVG_SURFACE], 1, [Define to 1 if the SVG backend can be tested])
 +    # Ensure cairo is omitted so that no attempt is made to link to any
 +    # system-installed versions causing a multiple inclusion build failure.
-+    LIBRSVG_LIBS=$(echo "$LIBRSVG_LIBS" | $SED -e 's/-lcairo //')
++    LIBRSVG_LIBS=$(echo "$LIBRSVG_LIBS " | $SED -e 's/-lcairo //g')
    else
      AC_MSG_WARN([SVG backend will not be tested since librsvg >= $LIBRSVG_VERSION_REQUIRED is not available])
    fi
@@ -39,7 +39,7 @@
  AM_CONDITIONAL(HAVE_GTK, test "x$have_gtk" = "xyes")
 +# Ensure cairo is omitted so that no attempt is made to link to any
 +# system-installed versions causing a multiple inclusion build failure.
-+gtk_LIBS=$(echo "$gtk_LIBS" | $SED -e 's/-lcairo //')
++gtk_LIBS=$(echo "$gtk_LIBS " | $SED -e 's/-lcairo //g')
  
  AC_CONFIG_FILES([
  Makefile