]> git.pld-linux.org Git - packages/dee.git/blob - no-Werror.patch
icu rebuild
[packages/dee.git] / no-Werror.patch
1 --- dee-1.2.7/configure.ac~     2013-09-09 11:22:35.000000000 +0200
2 +++ dee-1.2.7/configure.ac      2017-03-12 16:36:12.879780053 +0100
3 @@ -121,7 +121,7 @@
4  MAINTAINER_CFLAGS=""
5  AS_IF([test "x$enable_maintainer_flags" = "xyes" && test "x$GCC" = "xyes"],
6        [
7 -        MAINTAINER_CFLAGS="-Werror -Wall -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self -Wno-error=deprecated-declarations"
8 +        MAINTAINER_CFLAGS="-Wall -Wcast-align -Wno-uninitialized -Wempty-body -Wformat-security -Winit-self -Wno-error=deprecated-declarations"
9        ]
10  )
11  
This page took 0.056815 seconds and 3 git commands to generate.