[SM-Commit] GIT changes to master grimoire by Florian Franzmann (7605e2e8bed0db98e2289dbcfe9a7e0b18d9607f)

Florian Franzmann scm at sourcemage.org
Thu Jan 5 16:31:00 EST 2012


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 chat-im/pidgin/BUILD   |    3 ++-
 chat-im/pidgin/HISTORY |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 7605e2e8bed0db98e2289dbcfe9a7e0b18d9607f
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    chat-im/pidgin: added -lm to LIBS

diff --git a/chat-im/pidgin/BUILD b/chat-im/pidgin/BUILD
index 7a7daaf..88862af 100755
--- a/chat-im/pidgin/BUILD
+++ b/chat-im/pidgin/BUILD
@@ -1,5 +1,6 @@
 ### had to cook up some pkg-config files for nss and nspr 
-CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include"
+CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include" &&
+export LIBS="${LIBS} -lm" &&
 export PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr" &&
 make_single          &&
 default_build        &&
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 877bb12..4504fa9 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2012-01-05 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* BUILD: LIBS+=-lm to avoid linker error
+
 2011-12-28 Julien "_kaze_" ROZO <julien at rozo.org>
 	* glib-2.31.patch: added, to fix compilation issue with latest glib2
 	* PRE_BUILD: applying new patch


More information about the SM-Commit mailing list