From b888d1c64ef5d33e0249ae7c1b67af3d04978ae4 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 16 Feb 2015 14:53:01 +0100 Subject: [PATCH] fix syntax error --- qt-fix_detection_of_gcc5.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt-fix_detection_of_gcc5.patch b/qt-fix_detection_of_gcc5.patch index 758d035..991d14d 100644 --- a/qt-fix_detection_of_gcc5.patch +++ b/qt-fix_detection_of_gcc5.patch @@ -1,7 +1,7 @@ diff -up qt-everywhere-opensource-src-4.8.6/configure.gcc5 qt-everywhere-opensource-src-4.8.6/configure --- qt-everywhere-opensource-src-4.8.6/configure.gcc5 2015-02-13 06:57:07.229735742 -0600 +++ qt-everywhere-opensource-src-4.8.6/configure 2015-02-13 07:00:59.103801127 -0600 -@@ -8038,6 +8038,10 @@ g++*) +@@ -8038,6 +8038,11 @@ g++*) QT_GCC_MINOR_VERSION=`echo $COMPILER_VERSION | sed 's,^\([0-9]*\)\.\([0-9]*\).*,\2,'` QT_GCC_PATCH_VERSION=0 ;; @@ -9,6 +9,7 @@ diff -up qt-everywhere-opensource-src-4.8.6/configure.gcc5 qt-everywhere-opensou + QT_GCC_MAJOR_VERSION=$COMPILER_VERSION + QT_GCC_MINOR_VERSION=0 + QT_GCC_PATCH_VERSION=0 ++ ;; esac case "$COMPILER_VERSION" in