]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gtk-webcore/files/no-pedantic.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gtk-webcore / files / no-pedantic.patch
1 --- osb-browser-0.5.0.orig/configure.in 2004-10-18 17:40:28.000000000 +0200
2 +++ osb-browser-0.5.0/configure.in      2004-10-24 01:23:26.000000000 +0200
3 @@ -54,7 +54,7 @@
4  if test "x$GCC" = "xyes"; then
5    case " $CFLAGS " in
6    *[\ \        ]-Wall[\ \      ]*) ;;
7 -  *) CFLAGS="$CFLAGS -Wall -Werror -ansi -pedantic" ;;
8 +  *) CFLAGS="$CFLAGS -Wall -Werror -ansi" ;;
9    esac
10  fi
11  changequote([,])dnl