From 5d6a6e6f1b76b286bf99cbbd86d76d2d9232fab0 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sun, 25 Mar 2012 18:29:56 +0000 Subject: [PATCH] pidgin 2.10.2 - fixes building with glib 2.32, haven't checked package deps correctly, I've built it sucessfully tough. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9760 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 3 +++ xsoft/other/pidgin.xml | 8 ++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/general.ent b/general.ent index 2a94259ef1..f9afdfa267 100644 --- a/general.ent +++ b/general.ent @@ -903,7 +903,7 @@ program you invoke. Development restarted Feb 12, so commented until a new rele - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 98d86a0b16..b598ab4d78 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -62,6 +62,9 @@ [krejzi] - removed libfame 0.9.1. + + [krejzi] - pidgin 2.10.2. + diff --git a/xsoft/other/pidgin.xml b/xsoft/other/pidgin.xml index c775e9d08d..7b25fdb0e0 100644 --- a/xsoft/other/pidgin.xml +++ b/xsoft/other/pidgin.xml @@ -6,7 +6,7 @@ - + @@ -112,7 +112,7 @@ Compile Pidgin by running the following commands: -LIBS="-lm -lX11" ./configure --prefix=/usr --disable-screensaver \ +./configure --prefix=/usr --disable-screensaver \ --disable-meanwhile --disable-avahi --disable-nm --disable-tcl \ --disable-nss --disable-gnutls --disable-idn --disable-vv \ --disable-gtkspell --disable-gstreamer --disable-dbus \ @@ -143,13 +143,13 @@ cp doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api Command Explanations - LIBS="-lm -lX11": This avoids + :