Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9b1078073e818433df36afa60667982eba138d02)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9b1078073e818433df36afa60667982eba138d02)
  • Date: Mon, 1 Oct 2012 03:38:16 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit 9b1078073e818433df36afa60667982eba138d02
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pidgin: explicitly link against libX11

Seems the linker isn't resolving dependencies automatically anymore.

diff --git a/chat-im/pidgin/BUILD b/chat-im/pidgin/BUILD
index 88862af..a5297e2 100755
--- a/chat-im/pidgin/BUILD
+++ b/chat-im/pidgin/BUILD
@@ -1,6 +1,11 @@
### had to cook up some pkg-config files for nss and nspr
CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include" &&
+
+if is_depends_enabled $SPELL gtk+2; then
+ LIBS="$LIBS -lX11"
+endif &&
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 a1c5d58..69743ce 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2012-10-01 Ismael Luceno <ismael.luceno AT gmail.com>
+ * BUILD: explicitly link against libX11
+
2012-07-15 Sukneet Basuta <sukneet AT sourcemage.org>
* DEPENDS: removed optional-depends howl




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9b1078073e818433df36afa60667982eba138d02), Ismael Luceno, 10/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page