From 0ac37a4c62ace0ea49419a9d370adf0eca62885f Mon Sep 17 00:00:00 2001 From: Debian LibreOffice Maintainers Date: Thu, 2 Jun 2022 16:51:28 +0100 Subject: [PATCH] pdfium-m68k don't break pdfium build on m68k FIXME: Make this set by autoconf, most of the defines in build_config.h are not actually used anyway in pdfium... Gbp-Pq: Name pdfium-m68k.diff --- external/pdfium/configs/build_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/external/pdfium/configs/build_config.h b/external/pdfium/configs/build_config.h index 22084c0a083..6fd080e644f 100644 --- a/external/pdfium/configs/build_config.h +++ b/external/pdfium/configs/build_config.h @@ -118,6 +118,9 @@ #define ARCH_CPU_ARM_FAMILY 1 #define ARCH_CPU_ARM64 1 #define ARCH_CPU_64_BITS 1 +#elif defined(__m68k__) +#define ARCH_CPU_M68K 1 +#define ARCH_CPU_32_BITS 1 #else #error Please add support for your architecture in build/build_config.h #endif -- 2.30.2