diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-05-01 11:49:01 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-01 11:54:34 -0700 |
commit | 532a3eb3dda0ff59c4e3e80ff28b7856561fbee4 (patch) | |
tree | d2cb25b4cbb7107130bc605dde2581a510383be0 /x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild | |
parent | x11-drivers/xf86-video-ati: Add patch for GCC-10 (diff) | |
download | gentoo-532a3eb3dda0ff59c4e3e80ff28b7856561fbee4.tar.gz gentoo-532a3eb3dda0ff59c4e3e80ff28b7856561fbee4.tar.bz2 gentoo-532a3eb3dda0ff59c4e3e80ff28b7856561fbee4.zip |
x11-drivers/xf86-video-amdgpu: Add patch for GCC-10
Closes: https://bugs.gentoo.org/719950
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild index d1d64a0c5d99..1c98f5bc5577 100644 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0.ebuild @@ -20,6 +20,10 @@ RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu] udev? ( virtual/libudev:= )" DEPEND="${RDEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-Fix-link-failure-with-gcc-10.patch +) + pkg_setup() { XORG_CONFIGURE_OPTIONS=( --enable-glamor |