Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:kernel:15.3
virtualbox
fix_ordering_of_qt_includes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_ordering_of_qt_includes.patch of Package virtualbox
Index: VirtualBox-6.1.26/configure =================================================================== --- VirtualBox-6.1.26.orig/configure +++ VirtualBox-6.1.26/configure @@ -1561,7 +1561,7 @@ EOF qt5_ver=`pkg-config Qt5Core --modversion 2>> $LOG` if [ $? -eq 0 ]; then echo "(Qt5 from pkg-config)" >> $LOG - FLGQT5=`pkg-config Qt5Core Qt5Gui --cflags` + FLGQT5=`pkg-config Qt5Core --cflags` # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk) [ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11" INCQT5=`strip_I "$FLGQT5"`
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