On Tuesday, 08 February 2011 at 23:53, Lubomir Rintel wrote:
> Author: lkundrak
> 
> Update of /cvs/free/rpms/VirtualBox-OSE/devel
> In directory se02.es.rpmfusion.net:/tmp/cvs-serv27598
> 
> Modified Files:
>       VirtualBox-OSE.spec 
> Log Message:
> Werror is evil
> 
> 
> Index: VirtualBox-OSE.spec
> ===================================================================
> RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
> retrieving revision 1.67
> retrieving revision 1.68
> diff -u -r1.67 -r1.68
> --- VirtualBox-OSE.spec       8 Feb 2011 21:39:17 -0000       1.67
> +++ VirtualBox-OSE.spec       8 Feb 2011 22:53:57 -0000       1.68
> @@ -181,7 +181,8 @@
>       VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST=       \
>       KMK_REVISION=3000 KBUILD_KMK_REVISION=3000                      \
>       VBOX_GCC_OPT="%{optflags}" VBOX_GCC_GC_OPT="%{optflags}"        \
> -     VBOX_GCC_R0_OPT="%{optflags}" VBOX_XCURSOR_LIBS="Xcursor Xext X11 GL" \
> +     VBOX_GCC_R0_OPT="%{optflags}" VBOX_GCC_WERR=""                  \
> +     VBOX_XCURSOR_LIBS="Xcursor Xext X11 GL"                         \


Pro-tip: next time, add it on a separate empty line, like this:

  +     VBOX_GCC_WERR=""                                                \

and save one line of diff. Or is there a reason for placing it between
VBOX_GCC_R0_OPT and VBOX_XCURSOR_LIBS?

Regards,
Dominik

-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org | MPlayer http://mplayerhq.hu
"Faith manages."
        -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"

Reply via email to