On 12/21/2013 04:10 PM, ferna...@higgs.linuxfromscratch.org wrote:
> Author: fernando
> Date: Sat Dec 21 07:10:10 2013
> New Revision: 12425
>
> Log:
> abiword-3.0.0: Fix to build with libgcrypt 1.6.0. Thanks Armin K.
>
> Modified:
>trunk/BOOK/xsoft/office/abiword.xml
>
> Modified: trunk/BOOK/xsoft/office/abiword.xml
> ==
> --- trunk/BOOK/xsoft/office/abiword.xml Sat Dec 21 04:49:19 2013
> (r12424)
> +++ trunk/BOOK/xsoft/office/abiword.xml Sat Dec 21 07:10:10 2013
> (r12425)
> @@ -96,6 +96,11 @@
>AbiWord Docs size: &AbiWordDocs-size;
>
>
> +
> +
> + Required patch: url="http://www.linuxfromscratch.org/patches/blfs/svn/abiword-&AbiWord-version;-libgcrypt_1_6_0-1.patch"/>
> +
> +
>
>
> AbiWord Dependencies
> @@ -162,7 +167,8 @@
>commands:
>
>
> -./configure --prefix=/usr &&
> +patch -Np1 -i
> abiword-&AbiWord-version;-libgcrypt_1_6_0-1.patch &&
> +./configure --prefix=/usr &&
> make
>
>
> @@ -180,8 +186,8 @@
>
>
> tar -xf ../abiword-docs-&AbiWord-version;.tar.gz
> &&
> -cd abiword-docs-&AbiWord-version; &&
> -./configure --prefix=/usr &&
> +cd abiword-docs-&AbiWord-version;&&
> +./configure --prefix=/usr&&
> make
>
>
> @@ -197,8 +203,9 @@
>
>
>--disable-collab-backend-telepathy: This switch
> disables
> - Telepathy Colab backend which causes build
> to
> - fail when using recent versions of Telepathy
> GLib.
> + Telepathy Colab backend.
> +
>
>
>
>
This block isn't necessarry at all anymore. Telepathy backend is
disabled by default if telepathy-glib is not found. Furthermore, build
won't fail if telepathy-glib is present as it did before.
--
Note: My last name is not Krejzi.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page