fnmatch is not used in edje anymore. Attached trivial patch removes the
last traces of its existence in edje.

Index: INSTALL
===================================================================
RCS file: /var/cvs/e/e17/libs/edje/INSTALL,v
retrieving revision 1.2
diff -u -r1.2 INSTALL
--- INSTALL	26 Aug 2007 12:54:51 -0000	1.2
+++ INSTALL	11 Apr 2008 11:32:46 -0000
@@ -12,8 +12,3 @@
     make install
 
 NOTE: You MUST make install Edje for it to run properly.
-
-NOTE: for compilation with MinGW, fnmatch.h is probably missing.
-      That file can be found here:
-http://www.koders.com/c/fid2B518462CB1EED3D4E31E271DB83CD1582F6EEBE.aspx
-      It should be installed in the mingw include directory.
Index: src/bin/edje_prefix.c
===================================================================
RCS file: /var/cvs/e/e17/libs/edje/src/bin/edje_prefix.c,v
retrieving revision 1.6
diff -u -r1.6 edje_prefix.c
--- src/bin/edje_prefix.c	27 Aug 2007 09:32:17 -0000	1.6
+++ src/bin/edje_prefix.c	11 Apr 2008 11:32:49 -0000
@@ -12,7 +12,6 @@
 #include <sys/time.h>
 #include <sys/param.h>
 #include <math.h>
-#include <fnmatch.h>
 #include <limits.h>
 #include <ctype.h>
 #include <time.h>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to