summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2006-03-14 09:53:01 +0000
committerJoe McCann <joem@gentoo.org>2006-03-14 09:53:01 +0000
commitcbc4b5869a633ecb6717a079169e60c248480203 (patch)
tree16729bdf6f728ffd3e47d47e78f41479b89ac555 /sys-apps/dbus/files
parentOld ebuild cleanup. 3.4.1 version bump (at the moment, the mvc service requir... (diff)
downloadgentoo-2-cbc4b5869a633ecb6717a079169e60c248480203.tar.gz
gentoo-2-cbc4b5869a633ecb6717a079169e60c248480203.tar.bz2
gentoo-2-cbc4b5869a633ecb6717a079169e60c248480203.zip
Add missing patch to cvs
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r--sys-apps/dbus/files/dbus-0.60-decls-ansi-c.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-apps/dbus/files/dbus-0.60-decls-ansi-c.patch b/sys-apps/dbus/files/dbus-0.60-decls-ansi-c.patch
new file mode 100644
index 000000000000..9fdb91a3327e
--- /dev/null
+++ b/sys-apps/dbus/files/dbus-0.60-decls-ansi-c.patch
@@ -0,0 +1,19 @@
+--- dbus/dbus-arch-deps.h.in.orig 2006-02-20 01:09:05.000000000 -0600
++++ dbus/dbus-arch-deps.h.in 2006-02-20 01:09:23.000000000 -0600
+@@ -29,7 +29,7 @@
+
+ #include <dbus/dbus-macros.h>
+
+-DBUS_BEGIN_DECLS;
++DBUS_BEGIN_DECLS
+
+ #if @DBUS_HAVE_INT64@
+ #define DBUS_HAVE_INT64 1
+@@ -51,6 +51,6 @@
+ typedef @DBUS_INT16_TYPE@ dbus_int16_t;
+ typedef unsigned @DBUS_INT16_TYPE@ dbus_uint16_t;
+
+-DBUS_END_DECLS;
++DBUS_END_DECLS
+
+ #endif /* DBUS_ARCH_DEPS_H */