diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-10 03:17:20 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-10 03:33:52 -0400 |
commit | f8187c5f644f4ef67e00ac481093ab020e932f58 (patch) | |
tree | f03f40c7370a4dac17093400c7379a19a2737762 /x11-misc/vdpauinfo | |
parent | dev-libs/libstrophe: Stabilize 0.12.1 amd64, #864229 (diff) | |
download | gentoo-f8187c5f644f4ef67e00ac481093ab020e932f58.tar.gz gentoo-f8187c5f644f4ef67e00ac481093ab020e932f58.tar.bz2 gentoo-f8187c5f644f4ef67e00ac481093ab020e932f58.zip |
x11-misc/vdpauinfo: pass -fno-strict-aliasing
Would be a easy fix, but that function feels wrong from the start
and would rather leave it alone than do a subpar quickfix.
Closes: https://bugs.gentoo.org/864755
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc/vdpauinfo')
-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 } |