diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-07-20 19:47:06 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-07-27 16:18:46 -0700 |
commit | 3313b2661bef1e56f0d089cc5b2c6f2d470fb6be (patch) | |
tree | b27014c288abf32dd21439e63bfdccb9543c945e /x11-drivers | |
parent | x11-drivers/xf86-video-amdgpu: add --disable-selective-werror (diff) | |
download | gentoo-3313b2661bef1e56f0d089cc5b2c6f2d470fb6be.tar.gz gentoo-3313b2661bef1e56f0d089cc5b2c6f2d470fb6be.tar.bz2 gentoo-3313b2661bef1e56f0d089cc5b2c6f2d470fb6be.zip |
x11-drivers/xf86-video-ati: add --disable-selective-werror
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild index a40bcd1bfe77..1ac62fccd4ec 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r2.ebuild @@ -55,6 +55,7 @@ src_prepare() { src_configure() { local econfargs=( + --disable-selective-werror $(use_enable glamor) $(use_enable udev) ) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild index a40bcd1bfe77..1ac62fccd4ec 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild @@ -55,6 +55,7 @@ src_prepare() { src_configure() { local econfargs=( + --disable-selective-werror $(use_enable glamor) $(use_enable udev) ) |