diff --git a/srcpkgs/pioneer/patches/ppc.patch b/srcpkgs/pioneer/patches/ppc.patch new file mode 100644 index 00000000000..c1e6b7ee7d3 --- /dev/null +++ b/srcpkgs/pioneer/patches/ppc.patch @@ -0,0 +1,11 @@ +--- contrib/profiler/Profiler.h ++++ contrib/profiler/Profiler.h +@@ -11,7 +11,7 @@ + #undef fastcall + + //#define USE_CHRONO +-#if !defined(USE_CHRONO) && (defined(__arm__) || defined(__aarch64__) || defined(_M_AMD64) || defined(_WIN64) || defined(_M_X64)) ++#if !defined(USE_CHRONO) && (defined(__arm__) || defined(__aarch64__) || defined(__powerpc__) || defined(_M_AMD64) || defined(_WIN64) || defined(_M_X64)) + // this isn't optional for __arm__ or x64 builds + #define USE_CHRONO + #endif