Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2009-04-14 11:02:00 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2009-04-14 11:02:00 (GMT)
commita3d48e51f575fd150dfaf9ea2f8365f9d03ed774 (patch)
treedb32aba15fa728ac458ec46f5b864a9ab7fb614a /config
parentedbbae1a8be064a1df8d4fff0e2e9b4f06a18342 (diff)
apply build fix for telepathy-gabble-0.7.25 (fetched from upstream bug #20937)
Diffstat (limited to 'config')
-rw-r--r--config/modulesets/glucose-external.modules1
-rw-r--r--config/modulesets/patches/telepathy-gabble-0001-Add-gthread-2.0-to-pkgconfig-check.patch25
2 files changed, 26 insertions, 0 deletions
diff --git a/config/modulesets/glucose-external.modules b/config/modulesets/glucose-external.modules
index 1a5bb19..6246230 100644
--- a/config/modulesets/glucose-external.modules
+++ b/config/modulesets/glucose-external.modules
@@ -94,6 +94,7 @@
version="0.7.25"
module="telepathy-gabble/telepathy-gabble-0.7.25.tar.gz"
size="1732475" md5sum="5fae7fbfb8e40be28e8dae5cba5cb947">
+ <patch file="telepathy-gabble-0001-Add-gthread-2.0-to-pkgconfig-check.patch" strip="1" />
</branch>
<dependencies>
<dep package="telepathy-glib"/>
diff --git a/config/modulesets/patches/telepathy-gabble-0001-Add-gthread-2.0-to-pkgconfig-check.patch b/config/modulesets/patches/telepathy-gabble-0001-Add-gthread-2.0-to-pkgconfig-check.patch
new file mode 100644
index 0000000..c797cc5
--- /dev/null
+++ b/config/modulesets/patches/telepathy-gabble-0001-Add-gthread-2.0-to-pkgconfig-check.patch
@@ -0,0 +1,25 @@
+From a2e7aa987269d41ba157c7f3641c9d6f646b10b4 Mon Sep 17 00:00:00 2001
+From: Brian Pepple <bpepple@fedoraproject.org>
+Date: Sun, 29 Mar 2009 17:20:59 -0400
+Subject: [PATCH] Add gthread-2.0 to pkgconfig check.
+
+---
+ configure.ac | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index a2180a5..4b67d6c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -110,7 +110,7 @@ AC_SUBST(HANDLE_LEAK_DEBUG_CFLAGS)
+ AC_SUBST([ENABLE_CODING_STYLE_CHECKS])
+
+ dnl Check for Glib
+-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16])
++PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.16, gobject-2.0 >= 2.16, gthread-2.0 >= 2.16])
+
+ AC_SUBST(GLIB_CFLAGS)
+ AC_SUBST(GLIB_LIBS)
+--
+1.6.0.6
+