summaryrefslogtreecommitdiff
path: root/x11/ecore
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-06-28 15:51:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-06-28 15:51:26 +0000
commitf09d918a0f97283956b36ca6416017c9fea3680d (patch)
treee9a9b23f9ea26dc185a18e7becd147845b36a092 /x11/ecore
parentUpdate to 1.43 (diff)
Fix build on 4.x.
Notes
Notes: svn path=/head/; revision=138119
Diffstat (limited to 'x11/ecore')
-rw-r--r--x11/ecore/files/patch-src_lib_ecore_dbus_ecore_dbus.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/ecore/files/patch-src_lib_ecore_dbus_ecore_dbus.c b/x11/ecore/files/patch-src_lib_ecore_dbus_ecore_dbus.c
new file mode 100644
index 000000000000..3f057a46670d
--- /dev/null
+++ b/x11/ecore/files/patch-src_lib_ecore_dbus_ecore_dbus.c
@@ -0,0 +1,13 @@
+--- src/lib/ecore_dbus/ecore_dbus.c.orig Sun Jun 26 08:21:23 2005
++++ src/lib/ecore_dbus/ecore_dbus.c Sun Jun 26 08:21:33 2005
+@@ -592,9 +592,9 @@
+ unsigned int pos)
+ {
+ Ecore_Oldlist *l, *list;
++ unsigned int i = 0;
+
+ list = (Ecore_Oldlist *) mf;
+- unsigned int i = 0;
+
+ for (l = list; l; l = l->next)
+ {