commit: 66c24d866e939044601f58d1521e00224ca8bf4b
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Jul 21 00:46:02 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:18:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c24d86
x11-drivers/xf86-video-amdgpu: add --disable-selective-werror
Package-Manager: Portage-2.3.43, Repoman-2.3.10
x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild | 1 +
x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild
index 8f1a95c399e..1045c31be89 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1-r1.ebuild
@@ -39,6 +39,7 @@ src_prepare() {
src_configure() {
local econfargs=(
+ --disable-selective-werror
--enable-glamor
)
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
index 8f1a95c399e..1045c31be89 100644
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
@@ -39,6 +39,7 @@ src_prepare() {
src_configure() {
local econfargs=(
+ --disable-selective-werror
--enable-glamor
)