diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2012-02-08 15:57:30 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2012-02-08 15:57:30 +0000 |
commit | 69cf7d45bf0b8d6b035e762f034c1e91a9754417 (patch) | |
tree | 285c22a4b36ecdc178fcc31d5753928d7869aee3 /app-emulation/spice/files | |
parent | Initial commit (ebuild written by me), optional requirement for spice. (diff) | |
download | gentoo-2-69cf7d45bf0b8d6b035e762f034c1e91a9754417.tar.gz gentoo-2-69cf7d45bf0b8d6b035e762f034c1e91a9754417.tar.bz2 gentoo-2-69cf7d45bf0b8d6b035e762f034c1e91a9754417.zip |
Version bump. Added patch to disable -Werror (bug #390615, thanks to Alphat-PC). Added flag to enable smartcard support based on app-emulation/libcacard.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice/files')
-rw-r--r-- | app-emulation/spice/files/0.10.1-disable-werror.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emulation/spice/files/0.10.1-disable-werror.patch b/app-emulation/spice/files/0.10.1-disable-werror.patch new file mode 100644 index 000000000000..da42b38f7479 --- /dev/null +++ b/app-emulation/spice/files/0.10.1-disable-werror.patch @@ -0,0 +1,16 @@ + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 861e939..8fab1a1 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -405,7 +405,7 @@ dnl MAYBE_WARN="-Wall -Wno-sign-compare -Werror -Wno-deprecated-declarations" + if test "$red_target" = "windows"; then + MAYBE_WARN="-Wall -Wno-sign-compare -Wno-deprecated-declarations" + else +- MAYBE_WARN="-Wall -Wno-sign-compare -Werror -Wno-deprecated-declarations" ++ MAYBE_WARN="-Wall -Wno-sign-compare -Wno-deprecated-declarations" + fi + + AC_ARG_ENABLE(werror, |