diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 03:55:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 03:55:38 +0000 |
commit | bdb62917622bbb63dc57c3535be15ca9dea4c13a (patch) | |
tree | 90732a754ab55f6dd69fbfe6b7a68cd2444df105 /packages/nonworking/efl/esmart/compile-fix.patch | |
parent | 923534e5bd8e956de3bb8a40b02c363bfe15ecdd (diff) |
move older efl stuff to nonworking
Diffstat (limited to 'packages/nonworking/efl/esmart/compile-fix.patch')
-rw-r--r-- | packages/nonworking/efl/esmart/compile-fix.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/nonworking/efl/esmart/compile-fix.patch b/packages/nonworking/efl/esmart/compile-fix.patch new file mode 100644 index 0000000000..08ca835aa7 --- /dev/null +++ b/packages/nonworking/efl/esmart/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; + |