void-packages/srcpkgs/pioneer/patches/ppc.patch

12 lines
487 B
Diff
Raw Normal View History

2019-08-06 20:05:47 +00:00
--- 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