diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-12 14:06:31 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-12 14:06:31 -0800 |
commit | 4ae6da1dc717a93ef308d97f42666d9e7223afad (patch) | |
tree | 3ddbf7afdc4cf1bb1224b0f32668fbd093780d28 /media-libs/graphene | |
parent | media-libs/graphene: add 64-bit vector detection patch (diff) | |
download | gentoo-4ae6da1dc717a93ef308d97f42666d9e7223afad.tar.gz gentoo-4ae6da1dc717a93ef308d97f42666d9e7223afad.tar.bz2 gentoo-4ae6da1dc717a93ef308d97f42666d9e7223afad.zip |
media-libs/graphene: add patch comment
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-libs/graphene')
-rw-r--r-- | media-libs/graphene/files/1.10.6-fix-vector-check.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/graphene/files/1.10.6-fix-vector-check.patch b/media-libs/graphene/files/1.10.6-fix-vector-check.patch index 19bee435846b..71d1e28c16a9 100644 --- a/media-libs/graphene/files/1.10.6-fix-vector-check.patch +++ b/media-libs/graphene/files/1.10.6-fix-vector-check.patch @@ -4,6 +4,7 @@ Date: Wed, 9 Jun 2021 15:47:14 +0200 Subject: [PATCH] meson: fix gcc vector 64-bit check the previous behavior only ever enabled gcc vectors no x86_64 +patch origin: https://github.com/ebassi/graphene/pull/233 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |