[qt] fix syntax error

Than Ngo than at fedoraproject.org
Mon Feb 16 13:53:43 UTC 2015


commit b888d1c64ef5d33e0249ae7c1b67af3d04978ae4
Author: Than Ngo <than at redhat.com>
Date:   Mon Feb 16 14:53:01 2015 +0100

    fix syntax error

 qt-fix_detection_of_gcc5.patch |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list