commit:     9e38090b509d7e28731583665f91f63793b2f987
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 20:33:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 20:33:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e38090b

dev-qt/qtgui: Fix build with CXXFLAGS="-march=native"

Old fix from 5.12.1 still applies.

Bug: https://bugs.gentoo.org/672946
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtgui/qtgui-5.14.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.14.0.ebuild b/dev-qt/qtgui/qtgui-5.14.0.ebuild
index 160554a8cf3..605ad8460d0 100644
--- a/dev-qt/qtgui/qtgui-5.14.0.ebuild
+++ b/dev-qt/qtgui/qtgui-5.14.0.ebuild
@@ -72,6 +72,8 @@ PDEPEND="
        wayland? ( ~dev-qt/qtwayland-${PV} )
 "
 
+PATCHES=( "${FILESDIR}/qt-5.12-gcc-avx2.patch" ) # bug 672946
+
 QT5_TARGET_SUBDIRS=(
        src/tools/qvkgen
        src/gui

Reply via email to