]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- outdated
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Aug 2010 11:44:26 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-gcc.patch -> 1.5

VirtualBox-gcc.patch [deleted file]

diff --git a/VirtualBox-gcc.patch b/VirtualBox-gcc.patch
deleted file mode 100644 (file)
index 4dadc3a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- VirtualBox-3.1.6_OSE/configure~    2010-04-28 15:48:34.341923836 +0200
-+++ VirtualBox-3.1.6_OSE/configure     2010-04-28 15:49:21.158168248 +0200
-@@ -394,9 +394,9 @@
-       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 4 \) \
-+             -o \( $cc_maj -eq 4 -a $cc_min -gt 5 \) \
-              -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<4"
-+        log_failure "gcc version $cc_ver found, expected gcc 3.x with x>1 or gcc 4.x with 0<x<5"
-         fail really
-       else
-         log_success "found version $cc_ver"
This page took 0.146775 seconds and 4 git commands to generate.