commit: dbd346fd24eda27f454fa4532caaf8375184d552 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Nov 6 17:36:22 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 18:42:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd346fd
x11-drivers/xf86-video-openchrome: Add patch to build with current Xserver Closes: https://bugs.gentoo.org/875233 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild index 05f4f4c71a97..ffe7df8d886d 100644 --- a/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild +++ b/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0.ebuild @@ -23,7 +23,10 @@ DEPEND=" ${RDEPEND} x11-libs/libXv" -PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) +PATCHES=( + "${FILESDIR}"/${P}-fno-common.patch + "${FILESDIR}"/${P}-Fix-for-X.Org-X-Server-1.20.patch +) src_configure() { # -Werror=strict-aliasing
