diff --git a/srcpkgs/chmlib/patches/arm-64.patch b/srcpkgs/chmlib/patches/aarch64-ppc64.patch similarity index 85% rename from srcpkgs/chmlib/patches/arm-64.patch rename to srcpkgs/chmlib/patches/aarch64-ppc64.patch index 8c5a9c18160..83c51509478 100644 --- a/srcpkgs/chmlib/patches/arm-64.patch +++ b/srcpkgs/chmlib/patches/aarch64-ppc64.patch @@ -5,7 +5,7 @@ /* x86-64 */ /* Note that these may be appropriate for other 64-bit machines. */ -#elif __x86_64__ || __ia64__ -+#elif __x86_64__ || __ia64__ || __aarch64__ ++#elif __x86_64__ || __ia64__ || __aarch64__ || __powerpc64__ typedef unsigned char UChar; typedef short Int16; typedef unsigned short UInt16;