Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice/files: 0.10.1-disable-werror.patch
Date: Wed, 08 Feb 2012 15:57:55
Message-Id: 20120208155730.B76F72004C@flycatcher.gentoo.org
1 dev-zero 12/02/08 15:57:30
2
3 Added: 0.10.1-disable-werror.patch
4 Log:
5 Version bump. Added patch to disable -Werror (bug #390615, thanks to Alphat-PC). Added flag to enable smartcard support based on app-emulation/libcacard.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-emulation/spice/files/0.10.1-disable-werror.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/0.10.1-disable-werror.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/files/0.10.1-disable-werror.patch?rev=1.1&content-type=text/plain
14
15 Index: 0.10.1-disable-werror.patch
16 ===================================================================
17 configure.ac | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/configure.ac b/configure.ac
21 index 861e939..8fab1a1 100644
22 --- a/configure.ac
23 +++ b/configure.ac
24 @@ -405,7 +405,7 @@ dnl MAYBE_WARN="-Wall -Wno-sign-compare -Werror -Wno-deprecated-declarations"
25 if test "$red_target" = "windows"; then
26 MAYBE_WARN="-Wall -Wno-sign-compare -Wno-deprecated-declarations"
27 else
28 - MAYBE_WARN="-Wall -Wno-sign-compare -Werror -Wno-deprecated-declarations"
29 + MAYBE_WARN="-Wall -Wno-sign-compare -Wno-deprecated-declarations"
30 fi
31
32 AC_ARG_ENABLE(werror,