Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 728655 Details for
Bug 805365
app-emulation/virtualbox-6.1.26 - VBoxGLSupportInfo.cpp:22:10: fatal error: QGLWidget: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
user patch from VirtualBox mailing list fixing virtualbox-6.1.26 header problem
fix-QGLWidget-include.patch (text/plain), 543 bytes, created by
/cbx
on 2021-07-31 11:48:47 UTC
(
hide
)
Description:
user patch from VirtualBox mailing list fixing virtualbox-6.1.26 header problem
Filename:
MIME Type:
Creator:
/cbx
Created:
2021-07-31 11:48:47 UTC
Size:
543 bytes
patch
obsolete
>Index: /trunk/configure >=================================================================== >--- VirtualBox-5.1.26/configure >+++ VirtualBox-5.1.26/configure >@@ -1588,5 +1588,5 @@ > 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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 805365
:
728556
| 728655 |
728658