Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
isv:ownCloud:toolchains:mingw:win32:stable
mingw32-libqt5-qtbase
qt5-gcc5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qt5-gcc5.patch of Package mingw32-libqt5-qtbase
--- qtbase-opensource-src-5.4.0/configure 2014-12-05 17:24:14.000000000 +0100 +++ qtbase-opensource-src-5.4.0/configure 2015-04-27 11:41:37.131464729 +0200 @@ -5884,7 +5884,7 @@ *-g++*) # Check gcc's version case "$(${QMAKE_CONF_COMPILER} -dumpversion)" in - 4*|3.4*) + 5*|4*|3.4*) ;; 3.3*) canBuildWebKit="no" @@ -6022,6 +6022,11 @@ QT_GCC_MINOR_VERSION=`echo $COMPILER_VERSION | sed 's,^\([0-9]*\)\.\([0-9]*\).*,\2,'` QT_GCC_PATCH_VERSION=0 ;; + *) + QT_GCC_MAJOR_VERSION=`echo $COMPILER_VERSION | sed 's,^\([0-9]*\)\.\([0-9]*\).*,\1,'` + QT_GCC_MINOR_VERSION=0 + QT_GCC_PATCH_VERSION=0 + ;; esac ;;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor