summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild (renamed from x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild
index 4969f9251cdf..985ed1288c27 100644
--- a/x11-misc/vdpauinfo/vdpauinfo-1.5.ebuild
+++ b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Displays info about your card's VDPAU support"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
@@ -25,4 +25,6 @@ src_prepare() {
default
eautoreconf
+
+ append-flags -fno-strict-aliasing #864755
}