summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild')
-rw-r--r--x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild
index 778cdcfeccc9..a28ec1b05d23 100644
--- a/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild
+++ b/x11-drivers/xf86-video-omap/xf86-video-omap-0.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,3 +12,7 @@ KEYWORDS="arm"
RDEPEND=">=x11-base/xorg-server-1.3
>=x11-libs/libdrm-2.4.36[video_cards_omap]"
DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.4.5-null-dereference.patch"
+)