Remove the -Wall, -pedantic and -ansi options. Good for the freetype
developers, but not for us (icc does not like them).


--- freetype-2.3.12/builds/unix/configure.org	2010-03-24 23:28:47.000000000 +0100
+++ freetype-2.3.12/builds/unix/configure	2010-03-24 23:29:08.000000000 +0100
@@ -3488,8 +3488,8 @@
 # get compiler flags right
 
 if test "x$GCC" = xyes; then
-  XX_CFLAGS="-Wall"
-  XX_ANSIFLAGS="-pedantic -ansi"
+  XX_CFLAGS=
+  XX_ANSIFLAGS=
 else
   case "$host" in
   *-dec-osf*)
