summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-03-11 11:17:05 -0500
committerMatt Turner <mattst88@gentoo.org>2021-03-11 11:18:19 -0500
commit805bb666ab0753e81bcadd5cd7f8b2e403f7513c (patch)
tree6b35933a288f711da2a447460fa96d5d9dca1991 /x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
parentx11-base/xorg-server: Add IUSE=test (diff)
downloadgentoo-805bb666ab0753e81bcadd5cd7f8b2e403f7513c.tar.gz
gentoo-805bb666ab0753e81bcadd5cd7f8b2e403f7513c.tar.bz2
gentoo-805bb666ab0753e81bcadd5cd7f8b2e403f7513c.zip
x11-drivers/xf86-video-geode: Fix build with GCC-10
Clsoes: https://bugs.gentoo.org/775314 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild')
-rw-r--r--x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
index 1f52580d981c..3b9f17e55879 100644
--- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
+++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,6 +15,10 @@ DEPEND="${RDEPEND}
sys-kernel/linux-headers
)"
+PATCHES=(
+ "${FILESDIR}"/${P}-fix-multiple-definition-of-linker-error.patch
+)
+
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable ztv)