From: Marty E. Plummer Date: Sat, 21 Jul 2018 00:46:02 +0000 (-0500) Subject: x11-drivers/xf86-video-amdgpu: add --disable-selective-werror X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=66c24d866e939044601f58d1521e00224ca8bf4b;p=gentoo.git x11-drivers/xf86-video-amdgpu: add --disable-selective-werror Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- 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 8f1a95c399ec..1045c31be890 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 8f1a95c399ec..1045c31be890 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 )