aboutsummaryrefslogtreecommitdiffstats
path: root/packages/esmart/files/compile-fix.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-08 16:44:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-08 16:44:41 +0000
commitf0b70c2b466aac9bcf1026f87ec3baf7e7dc0c5e (patch)
tree449c3e5dcd34e8ec867a622ec0213ee9bd92c83c /packages/esmart/files/compile-fix.patch
parent9707ef90ba9f1bdb4d9292bf4c241bf0c9716217 (diff)
downloadopenembedded-f0b70c2b466aac9bcf1026f87ec3baf7e7dc0c5e.tar.gz
EFL Update, Part II:
- epeg - epsilon - esmart
Diffstat (limited to 'packages/esmart/files/compile-fix.patch')
-rw-r--r--packages/esmart/files/compile-fix.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/esmart/files/compile-fix.patch b/packages/esmart/files/compile-fix.patch
new file mode 100644
index 0000000000..08ca835aa7
--- /dev/null
+++ b/packages/esmart/files/compile-fix.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- esmart-0.9.0.004/src/lib/esmart_container/esmart_container.c~compile-fix
++++ esmart-0.9.0.004/src/lib/esmart_container/esmart_container.c
+@@ -30,7 +30,7 @@
+ return _sort_func(o, oo);
+ }
+
+-void esmart_container_sort(Evas_Object *container, int (*func)(Evas_Object *, Evas_Object *$))
++void esmart_container_sort(Evas_Object *container, int (*func)(Evas_Object *, Evas_Object *))
+ {
+ Container *cont;
+