rpms/VirtualBox/F-18 VirtualBox-4.2.6-gcc48.patch,NONE,1.1

Sérgio M. Basto sergiomb at rpmfusion.org
Sat Mar 2 22:23:09 CET 2013


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11689

Added Files:
	VirtualBox-4.2.6-gcc48.patch 
Log Message:
* Sat Mar 02 2013 Sérgio Basto <sergio at serjux.com> - 4.2.8-1
- New upstream release.
- Small fix on VirtualBox-4.2.0-mesa.patch .

* Sat Feb 23 2013 Sérgio Basto <sergio at serjux.com> - 4.2.6-6
- Enable build with gcc 4.8 .


VirtualBox-4.2.6-gcc48.patch:
 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE VirtualBox-4.2.6-gcc48.patch ---
--- ./configure.old	2013-02-04 02:26:52.208143433 +0000
+++ ./configure	2013-02-04 02:27:21.711382692 +0000
@@ -414,9 +414,9 @@ check_gcc()
       elif [ $cc_maj -lt 3 \
              -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \
              -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
-             -o \( $cc_maj -eq 4 -a $cc_min -gt 7 \) \
+             -o \( $cc_maj -eq 4 -a $cc_min -gt 8 \) \
              -o $cc_maj -gt 4 ]; then
-        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<8"
+        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<9"
         fail really
       else
         log_success "found version $cc_ver"


More information about the rpmfusion-commits mailing list