diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-10-18 17:38:53 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-10-18 17:38:53 +0800 |
commit | c61f3353fd2d21112ac9de929af6f3f932c2b48a (patch) | |
tree | 1a5f0de1dd56fb7f1effbf382f3cb5f9b17150fd /graphics | |
parent | 812ff80ebe99be38e57dc72ba727b032f4c94919 (diff) | |
download | freebsd-ports-gnome-c61f3353fd2d21112ac9de929af6f3f932c2b48a.tar.gz freebsd-ports-gnome-c61f3353fd2d21112ac9de929af6f3f932c2b48a.tar.zst freebsd-ports-gnome-c61f3353fd2d21112ac9de929af6f3f932c2b48a.zip |
Add 2 patches for new ecore.
Submitted by: Laurent Debacker <debackerl@gmail com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/esmart/Makefile | 2 | ||||
-rw-r--r-- | graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c | 10 | ||||
-rw-r--r-- | graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h | 12 |
3 files changed, 23 insertions, 1 deletions
diff --git a/graphics/esmart/Makefile b/graphics/esmart/Makefile index 0c651ff3cb01..32276db967f2 100644 --- a/graphics/esmart/Makefile +++ b/graphics/esmart/Makefile @@ -7,7 +7,7 @@ PORTNAME= esmart PORTVERSION= 0.9.0.004 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://enlightenment.freedesktop.org/files/ diff --git a/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c b/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c new file mode 100644 index 000000000000..21cf6a47410e --- /dev/null +++ b/graphics/esmart/files/patch-src_bin_esmart_file_dialog_test.c @@ -0,0 +1,10 @@ +--- src/bin/esmart_file_dialog_test.c.orig Tue May 3 13:32:05 2005 ++++ src/bin/esmart_file_dialog_test.c Tue Oct 18 17:31:25 2005 +@@ -8,6 +8,7 @@ + * $ esmart_file_dialog_test /path/to/my_custom/theme.eet + * to test a custom theme you've written for it + */ ++#include <stdio.h> + #include <Ecore.h> + #include <Edje.h> + #include <Ecore_Evas.h> diff --git a/graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h b/graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h new file mode 100644 index 000000000000..fa8a88b3a9c9 --- /dev/null +++ b/graphics/esmart/files/patch-src_lib_esmart_trans_x11_Esmart_Trans_X11.h @@ -0,0 +1,12 @@ +--- src/lib/esmart_trans_x11/Esmart_Trans_X11.h.orig Wed Nov 10 23:18:11 2004 ++++ src/lib/esmart_trans_x11/Esmart_Trans_X11.h Tue Oct 18 17:30:01 2005 +@@ -1,7 +1,9 @@ + #ifndef _ESMART_TRANS_X11_H + #define _ESMART_TRANS_X11_H ++#include <stdio.h> + #include <Evas.h> + #include <Ecore_X.h> ++#include <Ecore_Data.h> + + #ifdef __cplusplus + extern "C" { |