From afb079cefd3d364d3ec06db76492ac18eec6e452 Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Sun, 22 Apr 2012 19:09:59 +0000 Subject: [PATCH] Adding a sed to the Cairo page to disable running check-plt.sh, a test that fails with the expose-snapshot patch git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9979 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- x/lib/cairo.xml | 9 ++++++++- x/lib/xulrunner.xml | 2 +- xsoft/graphweb/firefox.xml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/x/lib/cairo.xml b/x/lib/cairo.xml index e43ff39e5a..01ddc97cd2 100644 --- a/x/lib/cairo.xml +++ b/x/lib/cairo.xml @@ -154,7 +154,8 @@ commands: -patch -p1 < ../cairo-&cairo-version;-expose-snapshot-1.patch && +sed -i 's#check-plt.sh ##' src/Makefile.in && +patch -p1 < ../cairo-&cairo-version;-expose-snapshot-1.patch && ./configure --prefix=/usr \ --disable-static --enable-tee --enable-xcb && make @@ -178,6 +179,12 @@ make Command Explanations + + sed -i 's#check-plt.sh ##' src/Makefile.in: This sed + disables running a test which is known to fail with the expose-snapshot + patch. + + patch -p1 < ../cairo-&cairo-version;-expose-snapshot-1.patch: This patch diff --git a/x/lib/xulrunner.xml b/x/lib/xulrunner.xml index 156b7d0ee8..6765bddcbe 100644 --- a/x/lib/xulrunner.xml +++ b/x/lib/xulrunner.xml @@ -11,7 +11,7 @@ - + ]> diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml index 2335237043..ccb8db5650 100644 --- a/xsoft/graphweb/firefox.xml +++ b/xsoft/graphweb/firefox.xml @@ -10,7 +10,7 @@ "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> - + ]>