Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 690999 Details for
Bug 775650
dev-qt/qt5[core, gui, svg, widgets] fails to build and run on non-SSE2 hardware
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
qt5-build.eclass_no-sse2.patch
qt5-build.eclass-no_sse2.patch (text/plain), 560 bytes, created by
unlord
on 2021-03-12 16:27:58 UTC
(
hide
)
Description:
qt5-build.eclass_no-sse2.patch
Filename:
MIME Type:
Creator:
unlord
Created:
2021-03-12 16:27:58 UTC
Size:
560 bytes
patch
obsolete
>--- qt5-build.eclass.orig 2021-01-10 16:39:25.000000000 -0000 >+++ qt5-build.eclass 2021-03-10 16:39:53.872642762 -0000 >@@ -101,7 +101,7 @@ > # Build directory for out-of-source builds. > : ${QT5_BUILD_DIR:=${S}_build} > >-IUSE="debug test" >+IUSE="debug test cpu_flags_x86_sse2" > > [[ ${QT5_BUILD_TYPE} == release ]] && RESTRICT+=" test" # bug 457182 > >@@ -632,6 +632,9 @@ > # QTBUG-76521, default will change to zstd in Qt6 > -no-zstd > >+ # disable SSE2 if not set >+ $(usex cpu_flags_x86_sse2 '' -no-sse2) >+ > # module-specific options > "${myconf[@]}" > )
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 775650
: 690999