]> git.pld-linux.org Git - packages/box.git/blob - box-flags.patch
- initial
[packages/box.git] / box-flags.patch
1 --- box-0.1.13/configure.in.orig        2010-01-13 19:24:20.000000000 +0100
2 +++ box-0.1.13/configure.in     2015-02-21 07:15:33.518734740 +0100
3 @@ -35,7 +35,7 @@
4  AC_DEFINE_UNQUOTED(PACKAGE_LOCALSTATEDIR, "$LOCALSTATEDIR", "localstatedir desc")
5  AC_DEFINE_UNQUOTED(PACKAGE_LIBDIR, "$LIBDIR", "libdir desc")
6  
7 -CPPFLAGS="-Wall -Werror -Wcast-align -Wno-uninitialized"
8 +CPPFLAGS="$CPPFLAGS -Wall -Wcast-align -Wno-uninitialized"
9  
10  AC_OUTPUT([
11         Makefile
This page took 0.08991 seconds and 3 git commands to generate.