summaryrefslogtreecommitdiffstats
path: root/vlc/build/patches/fribidi_noansi.patch
blob: 9f241fea80a9735b72acf954ca187aa897cb30b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur fribidi.orig/configure.ac fribidi/configure.ac
--- fribidi.orig/configure.ac	2012-05-29 16:13:47.340167837 -0400
+++ fribidi/configure.ac	2012-05-29 16:14:23.180167432 -0400
@@ -110,7 +110,7 @@
 # Checks for compiler characteristics.
 changequote(,)dnl
 if test "x$GCC" = "xyes"; then
-  CFLAGS="$CFLAGS -Wall -ansi "
+  CFLAGS="$CFLAGS -Wall"
 fi
 changequote([,])dnl