Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-07-03 14:51:55 (GMT)
committer Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-07-03 14:51:55 (GMT)
commit2f1e45fef0774aa41b9a90c9364ce8eb5e5e2b18 (patch)
tree0aeeea7885d7637b9c4e93794c21a0c6537b5818 /config/modulesets/patches
parentaefe2602babee90b756ec1bc9c68768ac73c44eb (diff)
Update to telepathy-salut 0.3.3
Diffstat (limited to 'config/modulesets/patches')
-rw-r--r--config/modulesets/patches/telepathy-salut-fix-build-f9.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/modulesets/patches/telepathy-salut-fix-build-f9.patch b/config/modulesets/patches/telepathy-salut-fix-build-f9.patch
deleted file mode 100644
index 3ede03f..0000000
--- a/config/modulesets/patches/telepathy-salut-fix-build-f9.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -rN -u -p old-tmpHBUf15/lib/gibber/gibber-resolver.c new-tmpHBUf15/lib/gibber/gibber-resolver.c
---- old-tmpHBUf15/lib/gibber/gibber-resolver.c 2008-04-29 14:40:06.271118186 +0100
-+++ new-tmpHBUf15/lib/gibber/gibber-resolver.c 2008-04-29 14:40:06.331121936 +0100
-@@ -720,7 +720,6 @@ gibber_resolver_gai_error_to_g_error (in
-
- switch (error) {
- case EAI_BADFLAGS:
-- case EAI_ADDRFAMILY:
- case EAI_SOCKTYPE:
- case EAI_FAMILY:
- case EAI_SERVICE:
-@@ -731,7 +730,6 @@ gibber_resolver_gai_error_to_g_error (in
- code = GIBBER_RESOLVER_ERROR_RESOLVE_TEMPORARY_FAILURE;
- break;
- case EAI_FAIL:
-- case EAI_NODATA:
- case EAI_NONAME:
- code = GIBBER_RESOLVER_ERROR_RESOLVE_FAILURE;
- break;