From 57761b2518451100ea433374ded6818dadb28b79 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 27 Nov 2020 23:55:33 +0100 Subject: [PATCH] chromium: minor fix for dav1d config on ppc64le --- srcpkgs/chromium/patches/xxx-ppc64le-support.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chromium/patches/xxx-ppc64le-support.patch b/srcpkgs/chromium/patches/xxx-ppc64le-support.patch index b64640e0d1f..17c3e0cfdde 100644 --- a/srcpkgs/chromium/patches/xxx-ppc64le-support.patch +++ b/srcpkgs/chromium/patches/xxx-ppc64le-support.patch @@ -3341,7 +3341,7 @@ new file mode 100644 index 00000000..f6ca57f7 --- /dev/null +++ third_party/dav1d/config/linux/ppc64/config.h -@@ -0,0 +1,35 @@ +@@ -0,0 +1,39 @@ +/* + * Autogenerated by the Meson build system. + * Do not edit, your changes will be lost. @@ -3365,12 +3365,16 @@ index 00000000..f6ca57f7 + +#define CONFIG_8BPC 1 + -+#define CONFIG_LOG 1 ++// #define CONFIG_LOG 1 -- Logging is controlled by Chromium + +#define ENDIANNESS_BIG 0 + +#define HAVE_ASM 1 + ++#define HAVE_CLOCK_GETTIME 1 ++ ++#define HAVE_DLSYM 1 ++ +#define HAVE_GETAUXVAL 1 + +#define HAVE_POSIX_MEMALIGN 1