summaryrefslogtreecommitdiff
path: root/net-im/telepathy-mission-control
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-25 03:48:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-25 03:48:05 +0000
commit4a4e3eecff16c7c050e31acb8d267121a4d95086 (patch)
tree1c56cff7426676ec01745753e61af5be564a5546 /net-im/telepathy-mission-control
parentFix the build on -CURRENT by removing an inline function prototype. (diff)
Fix the build on -CURRENT by removing inline from public function definitions.
Notes
Notes: svn path=/head/; revision=230928
Diffstat (limited to 'net-im/telepathy-mission-control')
-rw-r--r--net-im/telepathy-mission-control/files/patch-src_mcd-debug.c11
-rw-r--r--net-im/telepathy-mission-control/files/patch-src_mcd-debug.h11
2 files changed, 22 insertions, 0 deletions
diff --git a/net-im/telepathy-mission-control/files/patch-src_mcd-debug.c b/net-im/telepathy-mission-control/files/patch-src_mcd-debug.c
new file mode 100644
index 000000000000..bcd2581e3ef9
--- /dev/null
+++ b/net-im/telepathy-mission-control/files/patch-src_mcd-debug.c
@@ -0,0 +1,11 @@
+--- src/mcd-debug.c.orig 2009-03-24 23:45:42.000000000 -0400
++++ src/mcd-debug.c 2009-03-24 23:46:43.000000000 -0400
+@@ -119,7 +119,7 @@ void mcd_debug_init ()
+ mc_debug = atoi (mc_debug_str);
+ }
+
+-inline gint mcd_debug_get_level ()
++gint mcd_debug_get_level ()
+ {
+ return mc_debug;
+ }
diff --git a/net-im/telepathy-mission-control/files/patch-src_mcd-debug.h b/net-im/telepathy-mission-control/files/patch-src_mcd-debug.h
new file mode 100644
index 000000000000..249ad641dc88
--- /dev/null
+++ b/net-im/telepathy-mission-control/files/patch-src_mcd-debug.h
@@ -0,0 +1,11 @@
+--- src/mcd-debug.h.orig 2009-03-24 23:45:58.000000000 -0400
++++ src/mcd-debug.h 2009-03-24 23:46:32.000000000 -0400
+@@ -35,7 +35,7 @@ G_BEGIN_DECLS
+
+ void mcd_debug_init ();
+
+-inline gint mcd_debug_get_level ();
++gint mcd_debug_get_level ();
+
+ void mcd_debug_ref (gpointer obj, const gchar *filename, gint linenum);
+ void mcd_debug_unref (gpointer obj, const gchar *filename, gint linenum);