diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-10 14:30:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-10 14:30:52 +0000 |
commit | 1556b699992c606401e4bd5aa4153cda8639b9ad (patch) | |
tree | 7ca947184359685d28b5c9d3cd54061eae91bb2c /packages/esmart | |
parent | 2b5d1388f40cdb30fb9ce69808e6b623a410b67a (diff) |
E: misc cleanups and fixes all over to ensure a clean reproducability
Diffstat (limited to 'packages/esmart')
-rw-r--r-- | packages/esmart/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/esmart/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/esmart/files/compile-fix.patch | 16 |
3 files changed, 0 insertions, 16 deletions
diff --git a/packages/esmart/.mtn2git_empty b/packages/esmart/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/esmart/.mtn2git_empty +++ /dev/null diff --git a/packages/esmart/files/.mtn2git_empty b/packages/esmart/files/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/esmart/files/.mtn2git_empty +++ /dev/null diff --git a/packages/esmart/files/compile-fix.patch b/packages/esmart/files/compile-fix.patch deleted file mode 100644 index 08ca835aa7..0000000000 --- a/packages/esmart/files/compile-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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; - |